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 | 熔茆☆ | 100101110110111111100100100110111000000110011001 | 976fe49b8199 |
EUC-JP | 熔茆☆ | 110011011101000011100111111110111010000111111001 | cdd0e7fba1f9 |
UTF-8 | 熔茆☆ | 111001111000011010010100111010001000110010000110111000101001100010000110 | e78694e88c86e29886 |
UHC | 熔?☆ | 1110100111000010001111111010000111011001 | e9c23fa1d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)