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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 鄒ッ雍区ΚB | 11100111101111101010111111101000101101001000101111100110100000111010100001000010 | e7beafe8b48be683a842 |
EUC-JP | 鄒ッ雍区ΚB | 1110111011000000100011101010111111110000101101101011011011101000101001101010101001000010 | eec08eaff0b6b6e8a6aa42 |
UTF-8 | 鄒ッ雍区ΚB | 111010011000010010010010111011111011110110101111111010011001101110001101111001011000110010111010110011101001101001000010 | e98492efbdafe99b8de58cbace9a42 |
UHC | 鄒?雍?ΚB | 111101011101101100111111111010001011110000111111101001011100101001000010 | f5db3fe8bc3fa5ca42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)