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 | 楓?窪橋?? | 100101011001011000111111100011000100010110001011101101000011111100111111 | 95963f8c458bb43f3f |
| EUC-JP | 楓?窪橋?饔 | 1100100111110110001111111011011110100110101101101011011000111111100011111110100011101111 | c9f63fb7a6b6b63f8fe8ef |
| UTF-8 | 楓렦窪橋稶饔 | 111001101010010110010011111010111010000010100110111001111010101010101010111001101010100110001011111001111010100010110110111010011010010110010100 | e6a593eba0a6e7aaaae6a98be7a8b6e9a594 |
| UHC | 楓렦窪橋稶饔 | 111110011010001110001110101101011110100011000001110011101110100111101001111100111110100010111101 | f9a38eb5e8c1cee9e9f3e8bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)