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 | 狠蜴狠癘 | 1110000011000001111001011000111011100000110000011110000110010110 | e0c1e58ee0c1e196 |
EUC-JP | 狠蜴狠癘 | 1110000011000011111010011110111011100000110000111110000111110110 | e0c3e9eee0c3e1f6 |
UTF-8 | 狠蜴狠癘 | 111001111000101110100000111010001001110010110100111001111000101110100000111001111001100110011000 | e78ba0e89cb4e78ba0e79998 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)