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 | 臧??愼? | 11100100011010000011111100111111100111001100010000111111 | e4683f3f9cc43f |
EUC-JP | 臧??愼? | 11100111110010010011111100111111110110001100011000111111 | e7c93f3fd8c63f |
UTF-8 | 臧쯩료愼렋 | 111010001000011110100111111011001010111110101001111010111010001110001100111001101000010010111100111010111010000010001011 | e887a7ecafa9eba38ce684bceba08b |
UHC | 臧쯩료愼렋 | 11101101111101011100001011101101101101111110000111100011111001011000111010100010 | edf5c2edb7e1e3e58ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)