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à± | 1110000010110001011010001110000010110001 | e0b168e0b1 |
SJIS-WIN | ?±h?± | 00111111100000010111110101101000001111111000000101111101 | 3f817d683f817d |
EUC-JP | à±hà± | 1000111110101011101000101010000111011110011010001000111110101011101000101010000111011110 | 8faba2a1de688faba2a1de |
UTF-8 | à±hà± | 110000111010000011000010101100010110100011000011101000001100001010110001 | c3a0c2b168c3a0c2b1 |
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)