To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 倭??藥? | 10011000011000000011111100111111111001010101101000111111 | 98603f3fe55a3f |
EUC-JP | 倭??藥? | 11001111110000010011111100111111111010011011101100111111 | cfc13f3fe9bb3f |
UTF-8 | 倭졿퀎藥뛄 | 111001011000000010101101111011001010000110111111111011011000000010001110111010001001011110100101111010111001101110000100 | e580adeca1bfed808ee897a5eb9b84 |
UHC | 倭졿퀎藥뛄 | 11101000110111101010000011100110101100111000010011100101101101111000110101000010 | e8dea0e6b384e5b78d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)