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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 症贇骼ョス」 | 100011111100011111100110110101001110100110001110101011101011110110100011 | 8fc7e6d4e98eaebda3 |
EUC-JP | 症贇骼ョス」 | 101111101100100111101100110101101111000111101110100011101010111010001110101111011000111010100011 | bec9ecd6f1ee8eae8ebd8ea3 |
UTF-8 | 症贇骼ョス」 | 111001111001011110000111111010001011010010000111111010011010101010111100111011111011110110101110111011111011110110111101111011111011110110100011 | e79787e8b487e9aabcefbdaeefbdbdefbda3 |
UHC | 症贇???? | 1111000111111000111010111100101100111111001111110011111100111111 | f1f8ebcb3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)