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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 鴫銧蒔h | 111100001100000010001110101100001111101111001100100011101010101001101000 | f0c08eb0fbcc8eaa68 |
EUC-JP | ?鴫銧蒔h | 001111111011110010110010100011111110010010100110101111001010110001101000 | 3fbcb28fe4a6bcac68 |
UTF-8 | 鴫銧蒔h | 11101110100000011011111111101001101101001010101111101001100010101010011111101000100100101001010001101000 | ee81bfe9b4abe98aa7e8929468 |
UHC | ???蒔h | 001111110011111100111111111000111100100001101000 | 3f3f3fe3c868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)