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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ツ韃・ヲツザ | 1100001011101000111001011010010110100110110000101011101111011110 | c2e8e5a5a6c2bbde |
EUC-JP | ツ韃・ヲツザ | 1000111011000010111100001110011110001110101001011000111010100110100011101100001010001110101110111000111011011110 | 8ec2f0e78ea58ea68ec28ebb8ede |
UTF-8 | ツ韃・ヲツザ | 111011111011111010000010111010011001111110000011111011111011110110100101111011111011110110100110111011111011111010000010111011111011110110111011111011111011111010011110 | efbe82e99f83efbda5efbda6efbe82efbdbbefbe9e |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)