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 | ??A??AB | 00111111001111110100000100111111001111110100000101000010 | 3f3f413f3f4142 |
SJIS-WIN | ??A??AB | 00111111001111110100000100111111001111110100000101000010 | 3f3f413f3f4142 |
EUC-JP | ??A??AB | 00111111001111110100000100111111001111110100000101000010 | 3f3f413f3f4142 |
UTF-8 | 혷첫A혷첫AB | 111011011001100010110111111011001011001010101011010000011110110110011000101101111110110010110010101010110100000101000010 | ed98b7ecb2ab41ed98b7ecb2ab4142 |
UHC | 혷첫A혷첫AB | 1100001010011110110000111011100101000001110000101001111011000011101110010100000101000010 | c29ec3b941c29ec3b94142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)