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 | 속셨씐렞솔섀 | 111011001000011010001101111011001000010110101000111011001001010010010000111010111010000010011110111011001000011010010100111011001000010010000000 | ec868dec85a8ec9490eba09eec8694ec8480 |
| UHC | 속셨씐렞솔섀 | 101111001101001110111100110011001011111010111011100011101010111110111100110101101011110010101000 | bcd3bcccbebb8eafbcd6bca8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)