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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 咀感? | 1001100111110000100010101011010000111111 | 99f08ab43f |
EUC-JP | 咀感? | 1101001011110010101101001011011000111111 | d2f2b4b63f |
UTF-8 | 咀感㎪ | 111001011001001010000000111001101000010010011111111000111000111010101010 | e59280e6849fe38eaa |
UHC | 咀感㎪ | 111011101011101011001010111011111010011111100110 | eebacaefa7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)