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 | ûVºB | 1111101101010110100011101011101001000010 | fb568eba42 |
SJIS-WIN | ?V??B | 0011111101010110001111110011111101000010 | 3f563f3f42 |
EUC-JP | ûV?ºB | 100011111010101111100101010101100011111110001111101000101110101101000010 | 8fabe5563f8fa2eb42 |
UTF-8 | ûVºB | 1100001110111011010101101100001010001110110000101011101001000010 | c3bb56c28ec2ba42 |
UHC | ?V?ºB | 001111110101011000111111101010001010110001000010 | 3f563fa8ac42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)