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 | 魲鱶 | 111111000100001011110110101000101110100111100110 | fc42f6a2e9e6 |
EUC-JP | ??鱶 | 00111111001111111111001011101000 | 3f3ff2e8 |
UTF-8 | 魲鱶 | 111010011010110110110010111011101001001110001001111010011011000110110110 | e9adb2ee9389e9b1b6 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)