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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 鴫銧蒔F | 111100001100000010001110101100001111101111001100100011101010101001000110 | f0c08eb0fbcc8eaa46 |
EUC-JP | ?鴫銧蒔F | 001111111011110010110010100011111110010010100110101111001010110001000110 | 3fbcb28fe4a6bcac46 |
UTF-8 | 鴫銧蒔F | 11101110100000011011111111101001101101001010101111101001100010101010011111101000100100101001010001000110 | ee81bfe9b4abe98aa7e8929446 |
UHC | ???蒔F | 001111110011111100111111111000111100100001000110 | 3f3f3fe3c846 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)