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 | ツ船ツ膳 | 110000101001000101000100110000101001000101010110 | c29144c29156 |
EUC-JP | ツ船ツ膳 | 1000111011000010110000011010010110001110110000101100000110110111 | 8ec2c1a58ec2c1b7 |
UTF-8 | ツ船ツ膳 | 111011111011111010000010111010001000100010111001111011111011111010000010111010001000011010110011 | efbe82e888b9efbe82e886b3 |
UHC | ?船?膳 | 001111111110000011001111001111111110000011001110 | 3fe0cf3fe0ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)