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 | 迯先懇 | 111001111000110110010000111001101000110110100111 | e78d90e68da7 |
EUC-JP | 迯先懇 | 111011011110110111000000111010001011101010101001 | ededc0e8baa9 |
UTF-8 | 迯先懇 | 111010001011111110101111111001011000010110001000111001101000011110000111 | e8bfafe58588e68787 |
UHC | ?先懇 | 0011111111100000101110111100101011010000 | 3fe0bbcad0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)