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 | 1111001010100010100011101010000101101001111100101010001010001110101000010110100101000010 | f2a28ea169f2a28ea16942 |
EUC-JP | ?治i?治iB | 001111111011110010100011011010010011111110111100101000110110100101000010 | 3fbca3693fbca36942 |
UTF-8 | 治i治iB | 111011101000011110011001111001101011001010111011011010011110111010000111100110011110011010110010101110110110100101000010 | ee8799e6b2bb69ee8799e6b2bb6942 |
UHC | ?治i?治iB | 001111111111011010111101011010010011111111110110101111010110100101000010 | 3ff6bd693ff6bd6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)