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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| UTF-8 | 횢쨋횞쨌횠횄 | 111011011001101010100010111011001010100010001011111011011001101010011110111011001010100010001100111011011001101010100000111011011001101010000100 | ed9aa2eca88bed9a9eeca88ced9aa0ed9a84 |
| UHC | 횢쨋횞쨌횠횄 | 110000111001100111000010101101101100001110010111110000101011011111000011100110001100001110000011 | c399c2b6c397c2b7c398c383 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)