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¾YûV | 11111011010101101000111010111110010110011111101101010110 | fb568ebe59fb56 |
SJIS-WIN | ?V??Y?V | 00111111010101100011111100111111010110010011111101010110 | 3f563f3f593f56 |
EUC-JP | ûV??YûV | 1000111110101011111001010101011000111111001111110101100110001111101010111110010101010110 | 8fabe5563f3f598fabe556 |
UTF-8 | ûV¾YûV | 1100001110111011010101101100001010001110110000101011111001011001110000111011101101010110 | c3bb56c28ec2be59c3bb56 |
UHC | ?V?¾Y?V | 0011111101010110001111111010100011111010010110010011111101010110 | 3f563fa8fa593f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)