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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 曖????? | 10011110010000100011111100111111001111110011111100111111 | 9e423f3f3f3f3f |
EUC-JP | 曖????? | 11011011101000110011111100111111001111110011111100111111 | dba33f3f3f3f3f |
UTF-8 | 曖면옦料썲뵋 | 111001101001101110010110111010111010100110110100111011001001100010100110111011111010011010111110111011001000110110110010111010111011010110001011 | e69b96eba9b4ec98a6efa6beec8db2ebb58b |
UHC | 曖면옦料썲뵋 | 111001001111001010111000111010011001111010100110111010001111011110111101111001011001010010001111 | e4f2b8e99ea6e8f7bde5948f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)