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 | 00111111001111110011111101001111 | 3f3f3f4f |
| SJIS-WIN | ?芽勢O | 001111111000100111101000100100001010100001001111 | 3f89e890a84f |
| EUC-JP | ?芽勢O | 001111111011001011101010110000001010101001001111 | 3fb2eac0aa4f |
| UTF-8 | 얖芽勢O | 11101100100101101001011011101000100010101011110111100101100010111010001001001111 | ec9696e88abde58ba24f |
| UHC | 얖芽勢O | 10011110010000011110010010110100111000011010011101001111 | 9e41e4b4e1a74f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)