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 | Á±hÁ± | 1100000110110001011010001100000110110001 | c1b168c1b1 |
SJIS-WIN | ?±h?± | 00111111100000010111110101101000001111111000000101111101 | 3f817d683f817d |
EUC-JP | Á±hÁ± | 1000111110101010101000011010000111011110011010001000111110101010101000011010000111011110 | 8faaa1a1de688faaa1a1de |
UTF-8 | Á±hÁ± | 110000111000000111000010101100010110100011000011100000011100001010110001 | c381c2b168c381c2b1 |
UHC | ?±h?± | 00111111101000011011111001101000001111111010000110111110 | 3fa1be683fa1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)