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 | ?z?zB | 0011111101111010001111110111101001000010 | 3f7a3f7a42 |
SJIS-WIN | ?z?zB | 0011111101111010001111110111101001000010 | 3f7a3f7a42 |
EUC-JP | 涑z涑zB | 100011111100011111001000011110101000111111000111110010000111101001000010 | 8fc7c87a8fc7c87a42 |
UTF-8 | 涑z涑zB | 111001101011011010010001011110101110011010110110100100010111101001000010 | e6b6917ae6b6917a42 |
UHC | 涑z涑zB | 11100001110101110111101011100001110101110111101001000010 | e1d77ae1d77a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)