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 | 111010101011100010101000111010101011000010111111010000011110101010111000101010001110101010110000101111110100000101000010 | eab8a8eab0bf41eab8a8eab0bf4142 |
UHC | 긨갿A긨갿AB | 1000001101101100100000010110100001000001100000110110110010000001011010000100000101000010 | 836c816841836c81684142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)