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 | 10011011011110100111101010011011011110100111101001000010 | 9b7a7a9b7a7a42 |
EUC-JP | 孵z孵zB | 11010101110110110111101011010101110110110111101001000010 | d5db7ad5db7a42 |
UTF-8 | 孵z孵zB | 111001011010110110110101011110101110010110101101101101010111101001000010 | e5adb57ae5adb57a42 |
UHC | 孵z孵zB | 11011101101000100111101011011101101000100111101001000010 | dda27adda27a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)