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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 飮??^ | 1001111101011010001111110011111101011110 | 9f5a3f3f5e |
EUC-JP | 飮??^ | 1101110110111011001111110011111101011110 | ddbb3f3f5e |
UTF-8 | 飮⑹닶^ | 11101001101000111010111011100010100100011011100111101011100010111011011001011110 | e9a3aee291b9eb8bb65e |
UHC | 飮⑹닶^ | 11101011111001101010100111101100100010001010100101011110 | ebe6a9ec88a95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)