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 | ??h??h | 001111110011111101101000001111110011111101101000 | 3f3f683f3f68 |
SJIS-WIN | ツ循hツ循h | 1100001010001111011110100110100011000010100011110111101001101000 | c28f7a68c28f7a68 |
EUC-JP | ツ循hツ循h | 10001110110000101011110111011011011010001000111011000010101111011101101101101000 | 8ec2bddb688ec2bddb68 |
UTF-8 | ツ循hツ循h | 1110111110111110100000101110010110111110101010100110100011101111101111101000001011100101101111101010101001101000 | efbe82e5beaa68efbe82e5beaa68 |
UHC | ?循h?循h | 0011111111100010111000000110100000111111111000101110000001101000 | 3fe2e0683fe2e068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)