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 | ò«©ëö½d | 111100101010101110001110101010011110101111110110100011101011110101100100 | f2ab8ea9ebf68ebd64 |
SJIS-WIN | ????????d | 001111110011111100111111001111110011111100111111001111110011111101100100 | 3f3f3f3f3f3f3f3f64 |
EUC-JP | ò??©ëö??d | 1000111110101011110100100011111100111111100011111010001011101101100011111010101110110011100011111010101111010011001111110011111101100100 | 8fabd23f3f8fa2ed8fabb38fabd33f3f64 |
UTF-8 | ò«©ëö½d | 1100001110110010110000101010101111000010100011101100001010101001110000111010101111000011101101101100001010001110110000101011110101100100 | c3b2c2abc28ec2a9c3abc3b6c28ec2bd64 |
UHC | ???????½d | 00111111001111110011111100111111001111110011111100111111101010001111011001100100 | 3f3f3f3f3f3f3fa8f664 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)