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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 顆ゅo | 111010001111011110000010111000111000001010001111 | e8f782e3828f |
EUC-JP | 顆ゅo | 111100001111100110100100111001011010001111101111 | f0f9a4e5a3ef |
UTF-8 | 顆ゅo | 111010011010000110000110111000111000001010000101111011111011110110001111 | e9a186e38285efbd8f |
UHC | 顆ゅo | 110011101010100010101010111001011010001111101111 | cea8aae5a3ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)