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 | 軸社 | 111100101010111010001110101100101000111011010000 | f2ae8eb28ed0 |
EUC-JP | ?軸社 | 0011111110111100101101001011110011010010 | 3fbcb4bcd2 |
UTF-8 | 軸社 | 111011101000011110100101111010001011101110111000111001111010010010111110 | ee87a5e8bbb8e7a4be |
UHC | ?軸社 | 0011111111110101111011101101111011100100 | 3ff5eedee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)