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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 敖??臆 | 100111011100001000111111001111111000100110110000 | 9dc23f3f89b0 |
EUC-JP | 敖??臆 | 110110101100010000111111001111111011001010110010 | dac43f3fb2b2 |
UTF-8 | 敖잍퍍臆 | 111001101001010110010110111011001001111010001101111011011000110110001101111010001000011110000110 | e69596ec9e8ded8d8de88786 |
UHC | 敖잍퍍臆 | 1110011111111001100111111110011010111011100001001110010111100110 | e7f99fe6bb84e5e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)