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 | 111001101011000110101101011010011110011010110001101011010110100101000010 | e6b1ad69e6b1ad6942 |
EUC-JP | 豎ュi豎ュiB | 1110110010110011100011101010110101101001111011001011001110001110101011010110100101000010 | ecb38ead69ecb38ead6942 |
UTF-8 | 豎ュi豎ュiB | 111010001011000110001110111011111011110110101101011010011110100010110001100011101110111110111101101011010110100101000010 | e8b18eefbdad69e8b18eefbdad6942 |
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)