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 | ????ZB | 001111110011111100111111001111110101101001000010 | 3f3f3f3f5a42 |
SJIS-WIN | 溿偃貍檠ZB | 11111011010010101001100011101110111001101011110010011110111110010101101001000010 | fb4a98eee6bc9ef95a42 |
EUC-JP | 溿偃貍檠ZB | 1000111111001000101100011101000011110000111011001011111011011100111110110101101001000010 | 8fc8b1d0f0ecbedcfb5a42 |
UTF-8 | 溿偃貍檠ZB | 1110011010111010101111111110010110000001100000111110100010110010100011011110011010101010101000000101101001000010 | e6babfe58183e8b28de6aaa05a42 |
UHC | ?偃??ZB | 00111111111001011110011100111111001111110101101001000010 | 3fe5e73f3f5a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)