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 | 1110111011000001100011101011001101011001 | eec18eb359 |
SJIS-WIN | ????Y | 0011111100111111001111110011111101011001 | 3f3f3f3f59 |
EUC-JP | îÁ??Y | 100011111010101111000010100011111010101010100001001111110011111101011001 | 8fabc28faaa13f3f59 |
UTF-8 | îÁ³Y | 110000111010111011000011100000011100001010001110110000101011001101011001 | c3aec381c28ec2b359 |
UHC | ???³Y | 001111110011111100111111101010011111100001011001 | 3f3f3fa9f859 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)