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 | 窈ョ/節?? | 11100010011101111000001110000111100000010101111010010000110111110011111100111111 | e2778387815e90df3f3f |
| EUC-JP | 窈ョ/節?? | 11100011110110001010010111100111101000011011111111000000111000010011111100111111 | e3d8a5e7a1bfc0e13f3f |
| UTF-8 | 窈ョ/節ㅴ퉵 | 111001111010101010001000111000111000001110100111111011111011110010001111111001111010111110000000111000111000010110110100111011011000100110110101 | e7aa88e383a7efbc8fe7af80e385b4ed89b5 |
| UHC | 窈ョ/節ㅴ퉵 | 111010011010000110101011111001111010001110101111111011111011110110100100111001001011100110001101 | e9a1abe7a3afefbda4e4b98d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)