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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??諸?齬 | 00111111001111111000111110010100001111111110101010010111 | 3f3f8f943fea97 |
EUC-JP | 湞?諸?齬 | 100011111100011111111110001111111011110111110100001111111111001111110111 | 8fc7fe3fbdf43ff3f7 |
UTF-8 | 湞렦諸렕齬 | 111001101011100110011110111010111010000010100110111010001010101110111000111010111010000010010101111010011011110110101100 | e6b99eeba0a6e8abb8eba095e9bdac |
UHC | 湞렦諸렕齬 | 11101111111001101000111010110101111100001011001110001110101010101110010111100001 | efe68eb5f0b38eaae5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)