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?@?@|B | 0011111101001000001111110100000000111111010000000111110001000010 | 3f483f403f407c42 |
SJIS-WIN | ?H?@?@|B | 0011111101001000001111110100000000111111010000000111110001000010 | 3f483f403f407c42 |
EUC-JP | ?H?@?@|B | 0011111101001000001111110100000000111111010000000111110001000010 | 3f483f403f407c42 |
UTF-8 | 혪H혪@혪@|B | 1110110110011000101010100100100011101101100110001010101001000000111011011001100010101010010000000111110001000010 | ed98aa48ed98aa40ed98aa407c42 |
UHC | 혪H혪@혪@|B | 1100001010010010010010001100001010010010010000001100001010010010010000000111110001000010 | c29248c29240c292407c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)