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 | 馭??應ゆ? | 111010010110011000111111001111111001110011100100100000101110010000111111 | e9663f3f9ce482e43f |
| EUC-JP | 馭??應ゆ? | 111100011100011100111111001111111101100011100110101001001110011000111111 | f1c73f3fd8e6a4e63f |
| UTF-8 | 馭숇씤應ゆ뀆 | 111010011010011010101101111011001000100010000111111011001001010010100100111001101000011110001001111000111000001010000110111010111000000010000110 | e9a6adec8887ec94a4e68789e38286eb8086 |
| UHC | 馭숇씤應ゆ뀆 | 111001011101111110011001111010111001110110111000111010111110101110101010111001101000010110000010 | e5df99eb9db8ebebaae68582 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)