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 | ??_?? | 0011111100111111010111110011111100111111 | 3f3f5f3f3f |
SJIS-WIN | ??_?? | 0011111100111111010111110011111100111111 | 3f3f5f3f3f |
EUC-JP | ??_?? | 0011111100111111010111110011111100111111 | 3f3f5f3f3f |
UTF-8 | 횙짙_횪횧 | 11101101100110101001100111101100101001111001100101011111111011011001101010101010111011011001101010100111 | ed9a99eca7995fed9aaaed9aa7 |
UHC | 횙짙_횪횧 | 110000111001001111000010101000110101111111000011101000001100001110011110 | c393c2a35fc3a0c39e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)