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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 雹溯試 | 111010001011100110011111111010001000111010001110 | e8b99fe88e8e |
EUC-JP | 雹溯試 | 111100001011101111011110111010101011101111101110 | f0bbdeeabbee |
UTF-8 | 雹溯試 | 111010011001101110111001111001101011101010101111111010001010100110100110 | e99bb9e6baafe8a9a6 |
UHC | 雹溯試 | 110110101101111111100001101111011110001111001011 | dadfe1bde3cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)