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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
| SJIS-WIN | 逑顔投B | 11100111100100111000101011100111100100111000101001000010 | e7938ae7938a42 |
| EUC-JP | 逑顔投B | 11101101111100111011010011101001110001011110101001000010 | edf3b4e9c5ea42 |
| UTF-8 | 逑顔投B | 11101001100000001001000111101001101000011001010011100110100010101001010101000010 | e98091e9a194e68a9542 |
| UHC | 逑顔投B | 11001111110001111110010011010100111101111110000101000010 | cfc7e4d4f7e142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)