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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 瓮f?如?? | 111000010100010010000010100001100011111110010100010000000011111100111111 | e14482863f94403f3f |
| EUC-JP | 瓮f?如?? | 111000011010010110100011111001100011111111000111101000010011111100111111 | e1a5a3e63fc7a13f3f |
| UTF-8 | 瓮f뀞如묌윾 | 111001111001001110101110111011111011110110000110111010111000000010011110111001011010011010000010111010111010110010001100111011001001110010111110 | e793aeefbd86eb809ee5a682ebac8cec9cbe |
| UHC | 瓮f뀞如묌윾 | 111010001011011110100011111001101000010110010101111001011111110110010001111010011001111110110110 | e8b7a3e68595e5fd91e99fb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)