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 | 釣?寞 | 1001001011011110001111111001101110001011 | 92de3f9b8b |
EUC-JP | 釣?寞 | 1100010011100000001111111101010111101011 | c4e03fd5eb |
UTF-8 | 釣대寞 | 111010011000011110100011111010111000110010000000111001011010111110011110 | e987a3eb8c80e5af9e |
UHC | 釣대寞 | 111100001110010110110100111010111101100010101100 | f0e5b4ebd8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)