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 | ÂìY | 1100001010001110110000111010110001011001 | c28ec3ac59 |
SJIS-WIN | ???¬Y | 001111110011111100111111100000011100101001011001 | 3f3f3f81ca59 |
EUC-JP | �ìY | 10001111101010101010010000111111100011111010101010101010101000101100110001011001 | 8faaa43f8faaaaa2cc59 |
UTF-8 | ÂìY | 110000111000001011000010100011101100001110000011110000101010110001011001 | c382c28ec383c2ac59 |
UHC | ????Y | 0011111100111111001111110011111101011001 | 3f3f3f3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)