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 | ???^c^ | 001111110011111100111111010111100110001101011110 | 3f3f3f5e635e |
SJIS-WIN | 梧??^c^ | 10001100111001100011111100111111010111100110001101011110 | 8ce63f3f5e635e |
EUC-JP | 梧??^c^ | 10111000111010000011111100111111010111100110001101011110 | b8e83f3f5e635e |
UTF-8 | 梧귨쉠^c^ | 111001101010001010100111111010101011011110101000111011001000100110100000010111100110001101011110 | e6a2a7eab7a8ec89a05e635e |
UHC | 梧귨쉠^c^ | 111001111111110010000010111011111011110110101010010111100110001101011110 | e7fc82efbdaa5e635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)