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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 堊???^ | 100110101011111100111111001111110011111101011110 | 9abf3f3f3f5e |
EUC-JP | 堊???^ | 110101001100000100111111001111110011111101011110 | d4c13f3f3f5e |
UTF-8 | 堊뫮욋뵖^ | 11100101101000001000101011101011101010111010111011101100100110101000101111101011101101011001011001011110 | e5a08aebabaeec9a8bebb5965e |
UHC | 堊뫮욋뵖^ | 111001001011111010010001110011101011111111100010100101001001100001011110 | e4be91cebfe294985e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)