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 | 111001101001100110110011011010011110011010011001101100110110100101000010 | e699b369e699b36942 |
EUC-JP | 譎ウi譎ウiB | 1110101111111001100011101011001101101001111010111111100110001110101100110110100101000010 | ebf98eb369ebf98eb36942 |
UTF-8 | 譎ウi譎ウiB | 111010001010110110001110111011111011110110110011011010011110100010101101100011101110111110111101101100110110100101000010 | e8ad8eefbdb369e8ad8eefbdb36942 |
UHC | 譎?i譎?iB | 111111011101001000111111011010011111110111010010001111110110100101000010 | fdd23f69fdd23f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)