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 | 戊榻パ | 100101011110100010011110110011101000001101110000 | 95e89ece8370 |
EUC-JP | 戊榻パ | 110010101110101011011100110100001010010111010001 | caeadcd0a5d1 |
UTF-8 | 戊榻パ | 111001101000100010001010111001101010011010111011111000111000001110010001 | e6888ae6a6bbe38391 |
UHC | 戊榻パ | 110110011110011011110111101101001010101111010001 | d9e6f7b4abd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)