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 | 覃ャ | 11100110010010001000001110000011 | e6488383 |
EUC-JP | 覃ャ | 11101011101010011010010111100011 | eba9a5e3 |
UTF-8 | 覃ャ | 111010001010011010000011111000111000001110100011 | e8a683e383a3 |
UHC | 覃ャ | 11010011110001111010101111100011 | d3c7abe3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)