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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 晶澈ァ識B | 10001111101110111111100111011000111110110100101110100111100011101010111101000010 | 8fbbf9d8fb4ba78eaf42 |
EUC-JP | 晶?澈ァ識B | 1011111010111101001111111000111111001000111001011000111010100111101111001011000101000010 | bebd3f8fc8e58ea7bcb142 |
UTF-8 | 晶澈ァ識B | 11100110100110011011011011101110100111001011001111100110101111101000100011101111101111011010011111101000101011011001100001000010 | e699b6ee9cb3e6be88efbda7e8ad9842 |
UHC | 晶?澈?識B | 111011111101110000111111111101001100110100111111111000111101101101000010 | efdc3ff4cd3fe3db42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)