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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 娃?〓?宜 | 1000100010100001001111111000000110101100001111111000101101011000 | 88a13f81ac3f8b58 |
EUC-JP | 娃?〓?宜 | 1011000010100011001111111010001010101110001111111011010110111001 | b0a33fa2ae3fb5b9 |
UTF-8 | 娃쇡〓냱宜 | 111001011010100010000011111011001000011110100001111000111000000010010011111010111000001110110001111001011010111010011100 | e5a883ec87a1e38093eb83b1e5ae9c |
UHC | 娃쇡〓냱宜 | 11101000110111111001100111001110101000011110101110000110100000011110101111110001 | e8df99cea1eb8681ebf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)