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 | ô¤³£B | 11110100101001001000111010110011100011101010001101000010 | f4a48eb38ea342 |
SJIS-WIN | ?????£B | 0011111100111111001111110011111100111111100000011001001001000010 | 3f3f3f3f3f819242 |
EUC-JP | ô¤???£B | 100011111010101111010100100011111010001011110000001111110011111100111111101000011111001001000010 | 8fabd48fa2f03f3f3fa1f242 |
UTF-8 | ô¤³£B | 11000011101101001100001010100100110000101000111011000010101100111100001010001110110000101010001101000010 | c3b4c2a4c28ec2b3c28ec2a342 |
UHC | ?¤?³??B | 001111111010001010110100001111111010100111111000001111110011111101000010 | 3fa2b43fa9f83f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)