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 | ??量 | 00111111001111111001011111001010 | 3f3f97ca |
EUC-JP | 湞?量 | 100011111100011111111110001111111100111011001100 | 8fc7fe3fcecc |
UTF-8 | 湞곕量 | 111001101011100110011110111010101011001110010101111010011000011110001111 | e6b99eeab395e9878f |
UHC | 湞곕量 | 111011111110011010110000111010111101010111100001 | efe6b0ebd5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)