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 | 隶咎㊧闃晟⊇ | 111010001010111010011001111010011000011110001000111010001000101010011101111011101000000110111011 | e8ae99e98788e88a9dee81bb |
| EUC-JP | 隶咎?闃晟⊇ | 1111000010110000110100101110101100111111111011111110101011011010111100001010001010111101 | f0b0d2eb3fefeadaf0a2bd |
| UTF-8 | 隶咎㊧闃晟⊇ | 111010011001101010110110111001011001001010001110111000111000101010100111111010011001011110000011111001101001100110011111111000101000101010000111 | e99ab6e5928ee38aa7e99783e6999fe28a87 |
| UHC | ?咎??晟⊇ | 001111111100111110100100001111110011111111100000111110011010000111110111 | 3fcfa43f3fe0f9a1f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)