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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 皙盧燼 | 111000011010101011100001101110001110000010011110 | e1aae1b8e09e |
EUC-JP | 皙盧燼 | 111000101010110011100010101110101101111111111110 | e2ace2badffe |
UTF-8 | 皙盧燼 | 111001111001101010011001111001111001101110100111111001111000011110111100 | e79a99e79ba7e787bc |
UHC | ?盧燼 | 0011111111010110110101001110001111101000 | 3fd6d4e3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)