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 | 予????? | 10010111010111000011111100111111001111110011111100111111 | 975c3f3f3f3f3f |
| EUC-JP | 予??靷?? | 110011011011110100111111001111111000111111100111101111010011111100111111 | cdbd3f3f8fe7bd3f3f |
| UTF-8 | 予쀬엹靷묊독 | 111001001011101010001000111011001000000010101100111011001001011110111001111010011001110110110111111010111010110010001010111010111000111110000101 | e4ba88ec80acec97b9e99db7ebac8aeb8f85 |
| UHC | 予쀬엹靷묊독 | 111001011111100010010111111011001001111010001011111011001110011010010001111001111011010110110110 | e5f897ec9e8bece691e7b5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)