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 | ?????O | 001111110011111100111111001111110011111101001111 | 3f3f3f3f3f4f |
| SJIS-WIN | 竣?迂橋?O | 100011110111011000111111100010010100100110001011101101000011111101001111 | 8f763f89498bb43f4f |
| EUC-JP | 竣?迂橋?O | 101111011101011100111111101100011010101010110110101101100011111101001111 | bdd73fb1aab6b63f4f |
| UTF-8 | 竣렞迂橋껜O | 11100111101010111010001111101011101000001001111011101000101111111000001011100110101010011000101111101010101110111001110001001111 | e7aba3eba09ee8bf82e6a98beabb9c4f |
| UHC | 竣렞迂橋껜O | 1111000111100010100011101010111111101001111001101100111011101001101100101011010001001111 | f1e28eafe9e6cee9b2b44f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)