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 | 螫ェ豼ォ | 111001011010110010101010111001101011111110101011 | e5acaae6bfab |
EUC-JP | 螫ェ豼ォ | 1110101010101110100011101010101011101100110000011000111010101011 | eaae8eaaecc18eab |
UTF-8 | 螫ェ豼ォ | 111010001001111010101011111011111011110110101010111010001011000110111100111011111011110110101011 | e89eabefbdaae8b1bcefbdab |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)