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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ツ船ツ可欅 | 1100001010010001010001001100001010001001110000101001111101001111 | c29144c289c29f4f |
EUC-JP | ツ船ツ可欅 | 10001110110000101100000110100101100011101100001010110010110001001101110110110000 | 8ec2c1a58ec2b2c4ddb0 |
UTF-8 | ツ船ツ可欅 | 111011111011111010000010111010001000100010111001111011111011111010000010111001011000111110101111111001101010110010000101 | efbe82e888b9efbe82e58fafe6ac85 |
UHC | ?船?可? | 00111111111000001100111100111111110010101010011000111111 | 3fe0cf3fcaa63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)