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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 熙治 | 11101010101001001000111010100001 | eaa48ea1 |
EUC-JP | 熙治 | 11110100101001101011110010100011 | f4a6bca3 |
UTF-8 | 熙治 | 111001111000011010011001111001101011001010111011 | e78699e6b2bb |
UHC | 熙治 | 11111101111101111111011010111101 | fdf7f6bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)