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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 霓「讙惹 | 11101000101111011010001011100110101010101000111011100100 | e8bda2e6aa8ee4 |
EUC-JP | 霓「讙惹 | 1111000010111111100011101010001011101100101011001011110011100110 | f0bf8ea2ecacbce6 |
UTF-8 | 霓「讙惹 | 111010011001110010010011111011111011110110100010111010001010111010011001111001101000001110111001 | e99c93efbda2e8ae99e683b9 |
UHC | 霓??惹 | 111001111110011100111111001111111110010110101001 | e7e73f3fe5a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)