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 | 臧???? | 111001000110100000111111001111110011111100111111 | e4683f3f3f3f |
EUC-JP | 臧???? | 111001111100100100111111001111110011111100111111 | e7c93f3f3f3f |
UTF-8 | 臧쯩룅뤋툗 | 111010001000011110100111111011001010111110101001111010111010001110000101111010111010010010001011111011011000100010010111 | e887a7ecafa9eba385eba48bed8897 |
UHC | 臧쯩룅뤋툗 | 11101101111101011100001011101101101101111110000010001111101110111011100010001110 | edf5c2edb7e08fbbb88e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)