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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???褶 | 0011111100111111001111111110010111110111 | 3f3f3fe5f7 |
EUC-JP | ???褶 | 0011111100111111001111111110101011111001 | 3f3f3feaf9 |
UTF-8 | 峀걡륮褶 | 111001011011001110000000111010101011000110100001111010111010010110101110111010001010010010110110 | e5b380eab1a1eba5aee8a4b6 |
UHC | 峀걡륮褶 | 1110000111111100100000011000101010010000010011111110001110101000 | e1fc818a904fe3a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)