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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 巽其束B | 10010010010001101001000110110100100100011010100101000010 | 924691b491a942 |
EUC-JP | 巽其束B | 11000011101001111100001010110110110000101010101101000010 | c3a7c2b6c2ab42 |
UTF-8 | 巽其束B | 11100101101101111011110111100101100001011011011011100110100111011001111101000010 | e5b7bde585b6e69d9f42 |
UHC | 巽其束B | 11100001110111101101000011101100111000011101011001000010 | e1ded0ece1d642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)