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??YB | 00111111001111110101100100111111001111110101100101000010 | 3f3f593f3f5942 |
SJIS-WIN | ツ叩Yツ叩YB | 110000101001001001000000010110011100001010010010010000000101100101000010 | c2924059c292405942 |
EUC-JP | ツ叩Yツ叩YB | 1000111011000010110000111010000101011001100011101100001011000011101000010101100101000010 | 8ec2c3a1598ec2c3a15942 |
UTF-8 | ツ叩Yツ叩YB | 111011111011111010000010111001011000111110101001010110011110111110111110100000101110010110001111101010010101100101000010 | efbe82e58fa959efbe82e58fa95942 |
UHC | ?叩Y?叩YB | 001111111100110110110000010110010011111111001101101100000101100101000010 | 3fcdb0593fcdb05942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)