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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 悠?? | 10010111010010010011111100111111 | 97493f3f |
| EUC-JP | 悠?? | 11001101101010100011111100111111 | cdaa3f3f |
| UTF-8 | 悠묌돟 | 111001101000001010100000111010111010110010001100111010111000111110011111 | e682a0ebac8ceb8f9f |
| UHC | 悠묌돟 | 111010101110110110010001111010011000100110100101 | eaed91e989a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)