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°ûK | 111110110101011010001110101100001111101101001011 | fb568eb0fb4b |
SJIS-WIN | ?V?°?K | 00111111010101100011111110000001100010110011111101001011 | 3f563f818b3f4b |
EUC-JP | ûV?°ûK | 1000111110101011111001010101011000111111101000011110101110001111101010111110010101001011 | 8fabe5563fa1eb8fabe54b |
UTF-8 | ûV°ûK | 11000011101110110101011011000010100011101100001010110000110000111011101101001011 | c3bb56c28ec2b0c3bb4b |
UHC | ?V?°?K | 00111111010101100011111110100001110001100011111101001011 | 3f563fa1c63f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)