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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| SJIS-WIN | 。゙将ォ」娼 | 10100001110111101000111110101011111100011110110110101011101000111000111110101001 | a1de8fabf1edaba38fa9 |
| EUC-JP | 。゙将?ォ」娼 | 10001110101000011000111011011110101111101010110100111111100011101010101110001110101000111011111010101011 | 8ea18edebead3f8eab8ea3beab |
| UTF-8 | 。゙将ォ」娼 | 111011111011110110100001111011111011111010011110111001011011000010000110111011101000010110101000111011111011110110101011111011111011110110100011111001011010100010111100 | efbda1efbe9ee5b086ee85a8efbdabefbda3e5a8bc |
| UHC | ??????娼 | 0011111100111111001111110011111100111111001111111111001111011110 | 3f3f3f3f3f3ff3de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)