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 | 梧???? | 100011001110011000111111001111110011111100111111 | 8ce63f3f3f3f |
EUC-JP | 梧??旿? | 1011100011101000001111110011111110001111110000011111010000111111 | b8e83f3f8fc1f43f |
UTF-8 | 梧귨쉠旿딂 | 111001101010001010100111111010101011011110101000111011001000100110100000111001101001011110111111111010111001010010000010 | e6a2a7eab7a8ec89a0e697bfeb9482 |
UHC | 梧귨쉠旿딂 | 11100111111111001000001011101111101111011010101011100111111110101000101011101000 | e7fc82efbdaae7fa8ae8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)