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 | ???g | 00111111001111110011111101100111 | 3f3f3f67 |
| SJIS-WIN | 茉常十g | 11100100100111011000111111101101100011110101110001100111 | e49d8fed8f5c67 |
| EUC-JP | 茉常十g | 11100111111111011011111011101111101111011011110101100111 | e7fdbeefbdbd67 |
| UTF-8 | 茉常十g | 11101000100011001000100111100101101110001011100011100101100011011000000101100111 | e88c89e5b8b8e58d8167 |
| UHC | 茉常十g | 11011000110010011101111111001000111001001010100001100111 | d8c9dfc8e4a867 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)