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 | 霆肆???? | 1110100010111011111000111110011000111111001111110011111100111111 | e8bbe3e63f3f3f3f |
| EUC-JP | 霆肆???? | 1111000010111101111001101110100000111111001111110011111100111111 | f0bde6e83f3f3f3f |
| UTF-8 | 霆肆렊희렰렖 | 111010011001110010000110111010001000001010000110111010111010000010001010111011011001110110101100111010111010000010110000111010111010000010010110 | e99c86e88286eba08aed9daceba0b0eba096 |
| UHC | 霆肆렊희렰렖 | 111011111111110111011110111010111000111010100001110010001111000110001110101111011000111010101011 | effddeeb8ea1c8f18ebd8eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)