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 | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 葯懍┷h | 11100100110111101001110011101100100001001011100001101000 | e4de9cec84b868 |
EUC-JP | 葯懍┷h | 11101000111000001101100011101110101010001011101001101000 | e8e0d8eea8ba68 |
UTF-8 | 葯懍┷h | 11101000100100011010111111100110100001111000110111100010100101001011011101101000 | e891afe6878de294b768 |
UHC | 葯?┷h | 111001011011010100111111101001101011101001101000 | e5b53fa6ba68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)