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 | 臧??論? | 11100100011010000011111100111111100110000101111100111111 | e4683f3f985f3f |
EUC-JP | 臧??論? | 11100111110010010011111100111111110011111100000000111111 | e7c93f3fcfc03f |
UTF-8 | 臧쯧렩論㉣ | 111010001000011110100111111011001010111110100111111010111010000010101001111010001010101110010110111000111000100110100011 | e887a7ecafa7eba0a9e8ab96e389a3 |
UHC | 臧쯧렩論㉣ | 11101101111101011100001011101100100011101011011111010110111001011010100010110100 | edf5c2ec8eb7d6e5a8b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)