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 | 覯嗷 | 11100110010100011001101001110010 | e6519a72 |
EUC-JP | 覯嗷 | 11101011101100101101001111010011 | ebb2d3d3 |
UTF-8 | 覯嗷 | 111010001010011010101111111001011001011110110111 | e8a6afe597b7 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)