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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鴫霖・」 | 1111000011000000100011101011000011101000110000011010010110100011 | f0c08eb0e8c1a5a3 |
EUC-JP | ?鴫霖・」 | 001111111011110010110010111100001100001110001110101001011000111010100011 | 3fbcb2f0c38ea58ea3 |
UTF-8 | 鴫霖・」 | 111011101000000110111111111010011011010010101011111010011001110010010110111011111011110110100101111011111011110110100011 | ee81bfe9b4abe99c96efbda5efbda3 |
UHC | ??霖?? | 001111110011111111010111111111010011111100111111 | 3f3fd7fd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)