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 | 瞑? | 111000011101001000111111 | e1d23f |
EUC-JP | 瞑氺 | 1110001011010100100011111100011011010101 | e2d48fc6d5 |
UTF-8 | 瞑氺 | 111001111001111010010001111001101011000010111010 | e79e91e6b0ba |
UHC | 瞑? | 110110011010101000111111 | d9aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)