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 | ?楡壤 | 0011111110011110101111101001101011011111 | 3f9ebe9adf |
EUC-JP | ?楡壤 | 0011111111011100110000001101010011100001 | 3fdcc0d4e1 |
UTF-8 | 롆楡壤 | 111010111010000110000110111001101010010110100001111001011010001110100100 | eba186e6a5a1e5a3a4 |
UHC | 롆楡壤 | 100011101100110011101010111110001110010110111101 | 8ecceaf8e5bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)