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 | 兀??徇? | 10011001010110010011111100111111100111000110110100111111 | 99593f3f9c6d3f |
EUC-JP | 兀??徇? | 11010001101110100011111100111111110101111100111000111111 | d1ba3f3fd7ce3f |
UTF-8 | 兀뽭겣徇멊 | 111001011000010110000000111010111011110110101101111010101011001010100011111001011011111010000111111010111010100110001010 | e58580ebbdadeab2a3e5be87eba98a |
UHC | 兀뽭겣徇멊 | 11101000101101001001011011101001100000011011010111100010110111111001000101000010 | e8b496e981b5e2df9142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)