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 | ?僉呈??鱇 | 001111111001100101000000100100101110011000111111001111111110100111011111 | 3f994092e63f3fe9df |
| EUC-JP | ?僉呈??鱇 | 001111111101000110100001110001001110100000111111001111111111001011100001 | 3fd1a1c4e83f3ff2e1 |
| UTF-8 | 뤋僉呈퐦샅鱇 | 111010111010010010001011111001011000001110001001111001011001000110001000111011011001000010100110111011001000001110000101111010011011000110000111 | eba48be58389e59188ed90a6ec8385e9b187 |
| UHC | 뤋僉呈퐦샅鱇 | 100011111011101111110100110100101110111111010000101111011000111110111011111101001100101110111110 | 8fbbf4d2efd0bd8fbbf4cbbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)