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 | 瓠校i雕?? | 11100001010000001000110101011010100000101000100111101000101110000011111100111111 | e1408d5a8289e8b83f3f |
| EUC-JP | 瓠校i雕?? | 11100001101000011011100110111011101000111110100111110000101110100011111100111111 | e1a1b9bba3e9f0ba3f3f |
| UTF-8 | 瓠校i雕곈렪 | 111001111001001110100000111001101010000010100001111011111011110110001001111010011001101110010101111010101011001110001000111010111010000010101010 | e793a0e6a0a1efbd89e99b95eab388eba0aa |
| UHC | 瓠校i雕곈렪 | 111110111101001011001110111010001010001111101001111100001110011110110000111010011000111010111000 | fbd2cee8a3e9f0e7b0e98eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)