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 | 瞞鄧 | 11100001110101001111101110111001 | e1d4fbb9 |
EUC-JP | 瞞鄧 | 1110001011010110100011111110001011000111 | e2d68fe2c7 |
UTF-8 | 瞞鄧 | 111001111001111010011110111010011000010010100111 | e79e9ee984a7 |
UHC | 瞞鄧 | 11011000101111101101010011111000 | d8bed4f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)