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 | ????罌 | 001111110011111100111111001111111110001110100000 | 3f3f3f3fe3a0 |
EUC-JP | ????罌 | 001111110011111100111111001111111110011010100010 | 3f3f3f3fe6a2 |
UTF-8 | 凉두몃퍠罌 | 111011111010010110111001111010111001000110010000111010111010101010000011111011011000110110100000111001111011110110001100 | efa5b9eb9190ebaa83ed8da0e7bd8c |
UHC | 凉두몃퍠罌 | 11100101101111001011010111001110101110001110101110111011100101111110010110100010 | e5bcb5ceb8ebbb97e5a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)