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?^ | 001111110011111100111111010010000011111101011110 | 3f3f3f483f5e |
SJIS-WIN | ?擺?H?^ | 00111111100111011011001000111111010010000011111101011110 | 3f9db23f483f5e |
EUC-JP | ?擺?H?^ | 00111111110110101011010000111111010010000011111101011110 | 3fdab43f483f5e |
UTF-8 | 뤈擺곽H렱^ | 1110101110100100100010001110011010010011101110101110101010110011101111010100100011101011101000001011000101011110 | eba488e693baeab3bd48eba0b15e |
UHC | 뤈擺곽H렱^ | 10001111101110001111011111101100101100001111101101001000100011101011111001011110 | 8fb8f7ecb0fb488ebe5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)