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 | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | 氿諸i氿諸iB | 1111101011110101111110111010100101101001111110101111010111111011101010010110100101000010 | faf5fba969faf5fba96942 |
EUC-JP | 氿?i氿?iB | 1000111111000110110101110011111101101001100011111100011011010111001111110110100101000010 | 8fc6d73f698fc6d73f6942 |
UTF-8 | 氿諸i氿諸iB | 111001101011000010111111111011111010100010100010011010011110011010110000101111111110111110101000101000100110100101000010 | e6b0bfefa8a269e6b0bfefa8a26942 |
UHC | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)