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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 魚??姙?? | 1000101110011011001111110011111110011011010010110011111100111111 | 8b9b3f3f9b4b3f3f |
| EUC-JP | 魚??姙?? | 1011010111111011001111110011111111010101101011000011111100111111 | b5fb3f3fd5ac3f3f |
| UTF-8 | 魚뚨븫姙숇쨱 | 111010011010110110011010111010111001101010101000111010111011100010101011111001011010011110011001111011001000100010000111111011001010100010110001 | e9ad9aeb9aa8ebb8abe5a799ec8887eca8b1 |
| UHC | 魚뚨븫姙숇쨱 | 111001011110000010001100111001111001010110010100111011001111010110011001111010111010010010001011 | e5e08ce79594ecf599eba48b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)