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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
EUC-JP | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
UTF-8 | 횞찼챨챦\ | 11101101100110101001111011101100101100001011110011101100101100011010100011101100101100011010011001011100 | ed9a9eecb0bcecb1a8ecb1a65c |
UHC | 횞찼챨챦\ | 110000111001011111000011101000011100001110110000110000111010111101011100 | c397c3a1c3b0c3af5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)