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 | 111000010100010000111111001111111000101010100010001111110011111101001111 | e1443f3f8aa23f3f4f |
| EUC-JP | 瓮??瓦??O | 111000011010010100111111001111111011010010100100001111110011111101001111 | e1a53f3fb4a43f3f4f |
| UTF-8 | 瓮쏉쉘瓦댐쉈O | 11100111100100111010111011101100100011111000100111101100100010011001100011100111100100111010011011101011100011001001000011101100100010011000100001001111 | e793aeec8f89ec8998e793a6eb8c90ec89884f |
| UHC | 瓮쏉쉘瓦댐쉈O | 11101000101101111001101111101111101111011010100111101000101111111011010011101111101111011010010101001111 | e8b79befbda9e8bfb4efbda54f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)