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 | zzB | 1001011110011011100101111001100001111010100101111001101110010111100110000111101001000010 | 979b97987a979b97987a42 |
SJIS-WIN | ????z????zB | 0011111100111111001111110011111101111010001111110011111100111111001111110111101001000010 | 3f3f3f3f7a3f3f3f3f7a42 |
EUC-JP | ????z????zB | 0011111100111111001111110011111101111010001111110011111100111111001111110111101001000010 | 3f3f3f3f7a3f3f3f3f7a42 |
UTF-8 | zzB | 11000010100101111100001010011011110000101001011111000010100110000111101011000010100101111100001010011011110000101001011111000010100110000111101001000010 | c297c29bc297c2987ac297c29bc297c2987a42 |
UHC | ????z????zB | 0011111100111111001111110011111101111010001111110011111100111111001111110111101001000010 | 3f3f3f3f7a3f3f3f3f7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)