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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 壤ル?h壤 | 1001101011011111100000111000101100111111011010001001101011011111 | 9adf838b3f689adf |
EUC-JP | 壤ル?h壤 | 1101010011100001101001011110101100111111011010001101010011100001 | d4e1a5eb3f68d4e1 |
UTF-8 | 壤ル젧h壤 | 11100101101000111010010011100011100000111010101111101100101000001010011101101000111001011010001110100100 | e5a3a4e383abeca0a768e5a3a4 |
UHC | 壤ル젧h壤 | 111001011011110110101011111010111010000010011111011010001110010110111101 | e5bdabeba09f68e5bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)