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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?朧 | 001111111001111001001111 | 3f9e4f |
EUC-JP | 祜朧 | 1000111111010000110110001101101110110000 | 8fd0d8dbb0 |
UTF-8 | 祜朧 | 111001111010010110011100111001101001110010100111 | e7a59ce69ca7 |
UHC | 祜朧 | 11111011110101001101011011101000 | fbd4d6e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)