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 | ???闕 | 0011111100111111001111111110100010001101 | 3f3f3fe88d |
EUC-JP | ???闕 | 0011111100111111001111111110111111101101 | 3f3f3fefed |
UTF-8 | 銳얘퀡闕 | 111010011000101010110011111011001001011010011000111011011000000010100001111010011001011110010101 | e98ab3ec9698ed80a1e99795 |
UHC | 銳얘퀡闕 | 1110011111100101101111101110101010110011100101011100111111110100 | e7e5beeab395cff4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)