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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | ???躍? | 001111110011111100111111100101101111010000111111 | 3f3f3f96f43f |
| EUC-JP | 獒??躍? | 1000111111001011101110110011111100111111110011001111011000111111 | 8fcbbb3f3fccf63f |
| UTF-8 | 獒ⓨ뫓躍쩙 | 111001111000110110010010111000101001001110101000111010111010101110010011111010001011101010001101111011001010100110011001 | e78d92e293a8ebab93e8ba8deca999 |
| UHC | 獒ⓨ뫓躍쩙 | 11101000101000111010100011100101100100011011010111100101101110001010010101001111 | e8a3a8e591b5e5b8a54f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)