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 | 苞炊 | 11100100100110101001000010000110 | e49a9086 |
EUC-JP | 苞炊 | 11100111111110101011111111100110 | e7fabfe6 |
UTF-8 | 苞炊 | 111010001000101110011110111001111000001010001010 | e88b9ee7828a |
UHC | 苞炊 | 11111000111000101111011010100111 | f8e2f6a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)