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 | 11100001111100001001100011101101111000011011101101000010 | e1f098ede1bb42 |
EUC-JP | 碣倆盻B | 11100010111100101101000011101111111000101011110101000010 | e2f2d0efe2bd42 |
UTF-8 | 碣倆盻B | 11100111101000101010001111100101100000001000011011100111100110111011101101000010 | e7a2a3e58086e79bbb42 |
UHC | 碣倆?B | 110010101110010111010101110101100011111101000010 | cae5d5d63f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)