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 | ò£´û | 1111001010100011100011101011010011111011 | f2a38eb4fb |
SJIS-WIN | ?£?´? | 00111111100000011001001000111111100000010100110000111111 | 3f81923f814c3f |
EUC-JP | ò£?´û | 1000111110101011110100101010000111110010001111111010000110101101100011111010101111100101 | 8fabd2a1f23fa1ad8fabe5 |
UTF-8 | ò£´û | 11000011101100101100001010100011110000101000111011000010101101001100001110111011 | c3b2c2a3c28ec2b4c3bb |
UHC | ???´? | 001111110011111100111111101000101010010100111111 | 3f3f3fa2a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)