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 | ??^k??^ | 00111111001111110101111001101011001111110011111101011110 | 3f3f5e6b3f3f5e |
SJIS-WIN | □?^k□?^ | 100000011010000000111111010111100110101110000001101000000011111101011110 | 81a03f5e6b81a03f5e |
EUC-JP | □?^k□?^ | 101000101010001000111111010111100110101110100010101000100011111101011110 | a2a23f5e6ba2a23f5e |
UTF-8 | □▩^k□▩^ | 111000101001011010100001111000101001011010101001010111100110101111100010100101101010000111100010100101101010100101011110 | e296a1e296a95e6be296a1e296a95e |
UHC | □▩^k□▩^ | 1010000111100000101000101100110001011110011010111010000111100000101000101100110001011110 | a1e0a2cc5e6ba1e0a2cc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)