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 | ???Y | 00111111001111110011111101011001 | 3f3f3f59 |
SJIS-WIN | ツ伉ュY | 1100001010011000110000101010110101011001 | c298c2ad59 |
EUC-JP | ツ伉ュY | 10001110110000101101000011000100100011101010110101011001 | 8ec2d0c48ead59 |
UTF-8 | ツ伉ュY | 11101111101111101000001011100100101111001000100111101111101111011010110101011001 | efbe82e4bc89efbdad59 |
UHC | ?伉?Y | 0011111111111001111100100011111101011001 | 3ff9f23f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)