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 | 雅?‘??? | 1000100111101011001111111000000101100101001111110011111100111111 | 89eb3f81653f3f3f |
| EUC-JP | 雅?‘堉?? | 10110010111011010011111110100001110001101000111110110111111111010011111100111111 | b2ed3fa1c68fb7fd3f3f |
| UTF-8 | 雅덈‘堉붻눧 | 111010011001101110000101111010111000110110001000111000101000000010011000111001011010000010001001111010111011011010111011111010111000100010100111 | e99b85eb8d88e28098e5a089ebb6bbeb88a7 |
| UHC | 雅덈‘堉붻눧 | 111001001011101010001000111010111010000110101110111010111011110010010100111010001000011110111110 | e4ba88eba1aeebbc94e887be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)