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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 盖獺鱆唸 | 1110000110110011111000001101101011101001111000011001101001011000 | e1b3e0dae9e19a58 |
| EUC-JP | 盖獺鱆唸 | 1110001010110101111000001101110011110010111000111101001110111001 | e2b5e0dcf2e3d3b9 |
| UTF-8 | 盖獺鱆唸 | 111001111001101110010110111001111000110110111010111010011011000110000110111001011001010010111000 | e79b96e78dbae9b186e594b8 |
| UHC | 盖獺?? | 110010111100110011010011101101110011111100111111 | cbccd3b73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)