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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 焄コ鮑カB | 11111011010101001011101011101001101110001011011001000010 | fb54bae9b8b642 |
EUC-JP | 焄コ鮑カB | 10001111110010011110001110001110101110101111001010111010100011101011011001000010 | 8fc9e38ebaf2ba8eb642 |
UTF-8 | 焄コ鮑カB | 11100111100001001000010011101111101111011011101011101001101011101001000111101111101111011011011001000010 | e78484efbdbae9ae91efbdb642 |
UHC | 焄?鮑?B | 11111101101101100011111111111000111010100011111101000010 | fdb63ff8ea3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)