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 | ツ慊アツ循 | 11000010100111001100001010110001110000101000111101111010 | c29cc2b1c28f7a |
EUC-JP | ツ慊アツ循 | 10001110110000101101100011000100100011101011000110001110110000101011110111011011 | 8ec2d8c48eb18ec2bddb |
UTF-8 | ツ慊アツ循 | 111011111011111010000010111001101000010110001010111011111011110110110001111011111011111010000010111001011011111010101010 | efbe82e6858aefbdb1efbe82e5beaa |
UHC | ?慊??循 | 00111111110011001100001100111111001111111110001011100000 | 3fccc33f3fe2e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)