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 | ???v}B | 001111110011111100111111011101100111110101000010 | 3f3f3f767d42 |
SJIS-WIN | 脛随秋v}B | 111000111111100010010000100011111000111101001000011101100111110101000010 | e3f8908f8f48767d42 |
EUC-JP | 脛随秋v}B | 111001101111101010111111111011111011110110101001011101100111110101000010 | e6fabfefbda9767d42 |
UTF-8 | 脛随秋v}B | 111010001000010010011011111010011001101010001111111001111010011110001011011101100111110101000010 | e8849be99a8fe7a78b767d42 |
UHC | 脛?秋v}B | 1100110011101011001111111111010111010101011101100111110101000010 | cceb3ff5d5767d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)