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 | 煜」鋏ン | 111110110101010110100011111001111111010111011101 | fb55a3e7f5dd |
EUC-JP | 煜」鋏ン | 100011111100100111111100100011101010001111101110111101111000111011011101 | 8fc9fc8ea3eef78edd |
UTF-8 | 煜」鋏ン | 111001111000010110011100111011111011110110100011111010011000101110001111111011111011111010011101 | e7859cefbda3e98b8fefbe9d |
UHC | 煜?鋏? | 111010011111001000111111111110101111100100111111 | e9f23ffaf93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)