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 | 혵혟혗혧창짝 | 111011011001100010110101111011011001100010011111111011011001100010010111111011011001100010100111111011001011000010111101111011001010011110011101 | ed98b5ed989fed9897ed98a7ecb0bdeca79d |
| UHC | 혵혟혗혧창짝 | 110000101001110011000010100010011100001010000010110000101000111111000011101000101100001010100110 | c29cc289c282c28fc3a2c2a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)