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 | îþ³ñá | 111011101111111010001110101100111111000111100001 | eefe8eb3f1e1 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | îþ??ñá | 1000111110101011110000101000111110101001110100000011111100111111100011111010101111010000100011111010101110100001 | 8fabc28fa9d03f3f8fabd08faba1 |
UTF-8 | îþ³ñá | 110000111010111011000011101111101100001010001110110000101011001111000011101100011100001110100001 | c3aec3bec28ec2b3c3b1c3a1 |
UHC | ?þ?³?? | 0011111110101001101011010011111110101001111110000011111100111111 | 3fa9ad3fa9f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)