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 | 0011111100111111001111110011111101111010 | 3f3f3f3f7a |
SJIS-WIN | 壯良壯糲z | 100110101110000110010111110001111001101011100001111000101111100001111010 | 9ae197c79ae1e2f87a |
EUC-JP | 壯良壯糲z | 110101001110001111001110110010011101010011100011111001001111101001111010 | d4e3cec9d4e3e4fa7a |
UTF-8 | 壯良壯糲z | 11100101101000111010111111101000100010011010111111100101101000111010111111100111101100111011001001111010 | e5a3afe889afe5a3afe7b3b27a |
UHC | 壯良壯?z | 1110110111100000110101011101111011101101111000000011111101111010 | ede0d5deede03f7a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)