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 | 100110101101111110000011100011000011111101000010 | 9adf838c3f42 |
EUC-JP | 壤レ?B | 110101001110000110100101111011000011111101000010 | d4e1a5ec3f42 |
UTF-8 | 壤レ꽢B | 11100101101000111010010011100011100000111010110011101010101111011010001001000010 | e5a3a4e383aceabda242 |
UHC | 壤レ꽢B | 11100101101111011010101111101100100001001010111101000010 | e5bdabec84af42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)