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 | 00111111001111110011111100111111001111110011111101001111 | 3f3f3f3f3f3f4f |
| SJIS-WIN | 瓮??撓ο?O | 11100001010001000011111100111111100111011001101010000011110011010011111101001111 | e1443f3f9d9a83cd3f4f |
| EUC-JP | 瓮??撓ο?O | 11100001101001010011111100111111110110011111101010100110110011110011111101001111 | e1a53f3fd9faa6cf3f4f |
| UTF-8 | 瓮쏉슭撓ο슝O | 111001111001001110101110111011001000111110001001111011001000101010101101111001101001001010010011110011101011111111101100100010101001110101001111 | e793aeec8f89ec8aade69293cebfec8a9d4f |
| UHC | 瓮쏉슭撓ο슝O | 11101000101101111001101111101111101111011011111011101000111101011010010111101111101111011011100101001111 | e8b79befbdbee8f5a5efbdb94f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)