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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 溿ト魘、B | 11111011010010101100010011101001101101001010010001000010 | fb4ac4e9b4a442 |
EUC-JP | 溿ト魘、B | 10001111110010001011000110001110110001001111001010110110100011101010010001000010 | 8fc8b18ec4f2b68ea442 |
UTF-8 | 溿ト魘、B | 11100110101110101011111111101111101111101000010011101001101011011001100011101111101111011010010001000010 | e6babfefbe84e9ad98efbda442 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)