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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 程?????\ | 1001001011110110001111110011111100111111001111110011111101011100 | 92f63f3f3f3f3f5c |
EUC-JP | 程?釪???\ | 11000100111110000011111110001111111000111010110100111111001111110011111101011100 | c4f83f8fe3ad3f3f3f5c |
UTF-8 | 程렣釪닺렣렡\ | 11100111101010001000101111101011101000001010001111101001100001111010101011101011100010111011101011101011101000001010001111101011101000001010000101011100 | e7a88beba0a3e987aaeb8bbaeba0a3eba0a15c |
UHC | 程렣釪닺렣렡\ | 11101111111011111000111010110100111010011110100110110100111010001000111010110100100011101011001001011100 | efef8eb4e9e9b4e88eb48eb25c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)