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 | 貊貊^ | 111001101011101111110101111010001110011010111011111101011110010101011110 | e6bbf5e8e6bbf5e55e |
EUC-JP | 貊?貊?^ | 11101100101111010011111111101100101111010011111101011110 | ecbd3fecbd3f5e |
UTF-8 | 貊貊^ | 11101000101100101000101011101110100100011001001111101000101100101000101011101110100100011001000001011110 | e8b28aee9193e8b28aee91905e |
UHC | 貊?貊?^ | 11011000111001110011111111011000111001110011111101011110 | d8e73fd8e73f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)