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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 「骼「ツ邀 | 111100001011001110100010111010011000111010100010110000101110011110110001 | f0b3a2e98ea2c2e7b1 |
EUC-JP | ?「骼「ツ邀 | 0011111110001110101000101111000111101110100011101010001010001110110000101110111010110011 | 3f8ea2f1ee8ea28ec2eeb3 |
UTF-8 | 「骼「ツ邀 | 111011101000000110110010111011111011110110100010111010011010101010111100111011111011110110100010111011111011111010000010111010011000001010000000 | ee81b2efbda2e9aabcefbda2efbe82e98280 |
UHC | ?????邀 | 00111111001111110011111100111111001111111110100110101101 | 3f3f3f3f3fe9ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)