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 | 胄蔕縣 | 111000111111001011100100111101101110001101110000 | e3f2e4f6e370 |
EUC-JP | 胄蔕縣 | 111001101111010011101000111110001110010111010001 | e6f4e8f8e5d1 |
UTF-8 | 胄蔕縣 | 111010001000001110000100111010001001010010010101111001111011100010100011 | e88384e89495e7b8a3 |
UHC | 胄?縣 | 1111000110110000001111111111101011100011 | f1b03ffae3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)