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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 顆ネ醢 | 11101000111101111100100011100111110011011111010001011110 | e8f7c8e7cdf45e |
EUC-JP | 顆ネ醢? | 11110000111110011000111011001000111011101100111100111111 | f0f98ec8eecf3f |
UTF-8 | 顆ネ醢 | 111010011010000110000110111011111011111010001000111010011000011010100010111011101000110010001110 | e9a186efbe88e986a2ee8c8e |
UHC | 顆??? | 1100111010101000001111110011111100111111 | cea83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)