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 | 001111110011111100111111100011000101110101000010 | 3f3f3f8c5d42 |
| EUC-JP | 饔??珪B | 1000111111101000111011110011111100111111101101111011111001000010 | 8fe8ef3f3fb7be42 |
| UTF-8 | 饔앸렇珪B | 11101001101001011001010011101100100101011011100011101011101000001000011111100111100011111010101001000010 | e9a594ec95b8eba087e78faa42 |
| UHC | 饔앸렇珪B | 111010001011110110011101111010111011011110111000110100001010100001000010 | e8bd9debb7b8d0a842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)