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 | 001111110011111100111111011110100011111100111111001111110111101001000010 | 3f3f3f7a3f3f3f7a42 |
SJIS-WIN | zzB | 111101111010100111110000111011111111000011101111011110101111011110101001111100001110111111110000111011110111101001000010 | f7a9f0eff0ef7af7a9f0eff0ef7a42 |
EUC-JP | ???z???zB | 001111110011111100111111011110100011111100111111001111110111101001000010 | 3f3f3f7a3f3f3f7a42 |
UTF-8 | zzB | 111011101001011010001100111011101000001010101110111011101000001010101110011110101110111010010110100011001110111010000010101011101110111010000010101011100111101001000010 | ee968cee82aeee82ae7aee968cee82aeee82ae7a42 |
UHC | ???z???zB | 001111110011111100111111011110100011111100111111001111110111101001000010 | 3f3f3f7a3f3f3f7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)