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 | ?B?? | 00111111010000100011111100111111 | 3f423f3f |
SJIS-WIN | 叩B叩探 | 10010010010000000100001010010010010000001001001001010100 | 92404292409254 |
EUC-JP | 叩B叩探 | 11000011101000010100001011000011101000011100001110110101 | c3a142c3a1c3b5 |
UTF-8 | 叩B叩探 | 11100101100011111010100101000010111001011000111110101001111001101000111010100010 | e58fa942e58fa9e68ea2 |
UHC | 叩B叩探 | 11001101101100000100001011001101101100001111011110101110 | cdb042cdb0f7ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)