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 | 11100110111100011000101011100111100100111000101001000010 | e6f18ae7938a42 |
| EUC-JP | 踈顔投B | 11101100111100111011010011101001110001011110101001000010 | ecf3b4e9c5ea42 |
| UTF-8 | 踈顔投B | 11101000101110001000100011101001101000011001010011100110100010101001010101000010 | e8b888e9a194e68a9542 |
| UHC | ?顔投B | 001111111110010011010100111101111110000101000010 | 3fe4d4f7e142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)