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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ツ夕ツ繕 | 110000101001011101011011110000101001000101010101 | c2975bc29155 |
EUC-JP | ツ夕ツ繕 | 1000111011000010110011011011110010001110110000101100000110110110 | 8ec2cdbc8ec2c1b6 |
UTF-8 | ツ夕ツ繕 | 111011111011111010000010111001011010010010010101111011111011111010000010111001111011100110010101 | efbe82e5a495efbe82e7b995 |
UHC | ?夕?繕 | 001111111110000010101010001111111110000011001011 | 3fe0aa3fe0cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)