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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 悶灌疇 | 100101101110001110011111111100111110000101100101 | 96e39ff3e165 |
EUC-JP | 悶灌疇 | 110011001110010111011110111101011110000111000110 | cce5def5e1c6 |
UTF-8 | 悶灌疇 | 111001101000001010110110111001111000000110001100111001111001011010000111 | e682b6e7818ce79687 |
UHC | 悶灌疇 | 110110101011111111001110101101001111000111000010 | dabfceb4f1c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)