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 | 菴守峇魴 | 1110010010111101100011101110011110011011101100101110100110110101 | e4bd8ee79bb2e9b5 |
EUC-JP | 菴守峇魴 | 1110100010111111101111001110100111010110101101001111001010110111 | e8bfbce9d6b4f2b7 |
UTF-8 | 菴守峇魴 | 111010001000111110110100111001011010111010001000111001011011001110000111111010011010110110110100 | e88fb4e5ae88e5b387e9adb4 |
UHC | 菴守?? | 111001001110000011100001111110100011111100111111 | e4e0e1fa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)