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 | ?????g}B | 0011111100111111001111110011111100111111011001110111110101000010 | 3f3f3f3f3f677d42 |
SJIS-WIN | ツ猟ョテ「g}B | 110000101001011111000010101011101100001110100010011001110111110101000010 | c297c2aec3a2677d42 |
EUC-JP | ツ猟ョテ「g}B | 10001110110000101100111011000100100011101010111010001110110000111000111010100010011001110111110101000010 | 8ec2cec48eae8ec38ea2677d42 |
UTF-8 | ツ猟ョテ「g}B | 111011111011111010000010111001111000110010011111111011111011110110101110111011111011111010000011111011111011110110100010011001110111110101000010 | efbe82e78c9fefbdaeefbe83efbda2677d42 |
UHC | ?????g}B | 0011111100111111001111110011111100111111011001110111110101000010 | 3f3f3f3f3f677d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)