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 | ÂiÂiB | 11000010101011010110100111000010101011010110100101000010 | c2ad69c2ad6942 |
SJIS-WIN | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
EUC-JP | Â?iÂ?iB | 1000111110101010101001000011111101101001100011111010101010100100001111110110100101000010 | 8faaa43f698faaa43f6942 |
UTF-8 | ÂiÂiB | 1100001110000010110000101010110101101001110000111000001011000010101011010110100101000010 | c382c2ad69c382c2ad6942 |
UHC | ?i?iB | 001111111010000110101001011010010011111110100001101010010110100101000010 | 3fa1a9693fa1a96942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)