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 | ツ慊キツ | 1100001010011100110000101011011111000010 | c29cc2b7c2 |
EUC-JP | ツ慊キツ | 1000111011000010110110001100010010001110101101111000111011000010 | 8ec2d8c48eb78ec2 |
UTF-8 | ツ慊キツ | 111011111011111010000010111001101000010110001010111011111011110110110111111011111011111010000010 | efbe82e6858aefbdb7efbe82 |
UHC | ?慊?? | 0011111111001100110000110011111100111111 | 3fccc33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)