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 | ô¤¡É | 111101001010010010001110101000011000111111001001 | f4a48ea18fc9 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ô¤?¡?É | 1000111110101011110101001000111110100010111100000011111110001111101000101100001000111111100011111010101010110001 | 8fabd48fa2f03f8fa2c23f8faab1 |
UTF-8 | ô¤¡É | 110000111011010011000010101001001100001010001110110000101010000111000010100011111100001110001001 | c3b4c2a4c28ec2a1c28fc389 |
UHC | ?¤?¡?? | 0011111110100010101101000011111110100010101011100011111100111111 | 3fa2b43fa2ae3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)