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 | 撓??凹? | 10011101100110100011111100111111100010011001101000111111 | 9d9a3f3f899a3f |
EUC-JP | 撓??凹? | 11011001111110100011111100111111101100011111101000111111 | d9fa3f3fb1fa3f |
UTF-8 | 撓쒎킂凹륛 | 111001101001001010010011111011001001001010001110111011011000001010000010111001011000011110111001111010111010010110011011 | e69293ec928eed8282e587b9eba59b |
UHC | 撓쒎킂凹륛 | 11101000111101011001110011100101101101001000111011101000111010101001000001000010 | e8f59ce5b48ee8ea9042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)