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 | 狠蜴狠疣狠 | 11100000110000011110010110001110111000001100000111100001011011101110000011000001 | e0c1e58ee0c1e16ee0c1 |
EUC-JP | 狠蜴狠疣狠 | 11100000110000111110100111101110111000001100001111100001110011111110000011000011 | e0c3e9eee0c3e1cfe0c3 |
UTF-8 | 狠蜴狠疣狠 | 111001111000101110100000111010001001110010110100111001111000101110100000111001111001011010100011111001111000101110100000 | e78ba0e89cb4e78ba0e796a3e78ba0 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)