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 | 11101001111110110111101011101001111110110111101001000010 | e9fb7ae9fb7a42 |
EUC-JP | 鵆z鵆zB | 11110010111111010111101011110010111111010111101001000010 | f2fd7af2fd7a42 |
UTF-8 | 鵆z鵆zB | 111010011011010110000110011110101110100110110101100001100111101001000010 | e9b5867ae9b5867a42 |
UHC | ?z?zB | 0011111101111010001111110111101001000010 | 3f7a3f7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)