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 | 1001010001001101001111110011111101001111 | 944d3f3f4f |
| EUC-JP | 熱??O | 1100011110101110001111110011111101001111 | c7ae3f3f4f |
| UTF-8 | 熱욕콗O | 11100111100001101011000111101100100110101001010111101100101111011001011101001111 | e786b1ec9a95ecbd974f |
| UHC | 熱욕콗O | 11100110111100001011111111100101101100011001000101001111 | e6f0bfe5b1914f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)