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 | 횄징횄혷횇혩 | 111011011001101010000100111011001010011110010101111011011001101010000100111011011001100010110111111011011001101010000111111011011001100010101001 | ed9a84eca795ed9a84ed98b7ed9a87ed98a9 |
| UHC | 횄징횄혷횇혩 | 110000111000001111000010101000011100001110000011110000101001111011000011100001011100001010010001 | c383c2a1c383c29ec385c291 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)