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 | 111001001001101010010000100011111000111101001000011101100111110101000010 | e49a908f8f48767d42 |
EUC-JP | 苞随秋v}B | 111001111111101010111111111011111011110110101001011101100111110101000010 | e7fabfefbda9767d42 |
UTF-8 | 苞随秋v}B | 111010001000101110011110111010011001101010001111111001111010011110001011011101100111110101000010 | e88b9ee99a8fe7a78b767d42 |
UHC | 苞?秋v}B | 1111100011100010001111111111010111010101011101100111110101000010 | f8e23ff5d5767d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)