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 | ???zB | 0011111100111111001111110111101001000010 | 3f3f3f7a42 |
SJIS-WIN | 脛随秋zB | 1110001111111000100100001000111110001111010010000111101001000010 | e3f8908f8f487a42 |
EUC-JP | 脛随秋zB | 1110011011111010101111111110111110111101101010010111101001000010 | e6fabfefbda97a42 |
UTF-8 | 脛随秋zB | 1110100010000100100110111110100110011010100011111110011110100111100010110111101001000010 | e8849be99a8fe7a78b7a42 |
UHC | 脛?秋zB | 11001100111010110011111111110101110101010111101001000010 | cceb3ff5d57a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)