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 | タ蜿ン | 11000000111001011000111111011101 | c0e58fdd |
EUC-JP | タ蜿ン | 100011101100000011101001111011111000111011011101 | 8ec0e9ef8edd |
UTF-8 | タ蜿ン | 111011111011111010000000111010001001110010111111111011111011111010011101 | efbe80e89cbfefbe9d |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)