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 | 銜緋ケ | 1110011111110000100101001110101010111001 | e7f094eab9 |
EUC-JP | 銜緋ケ | 111011101111001011001000111011001000111010111001 | eef2c8ec8eb9 |
UTF-8 | 銜緋ケ | 111010011000101010011100111001111011011110001011111011111011110110111001 | e98a9ce7b78befbdb9 |
UHC | 銜緋? | 1111100111100111110111011111110000111111 | f9e7ddfc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)