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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 觧肢浦 | 111001100101101010001110100010001000100101011001 | e65a8e888959 |
EUC-JP | 觧肢浦 | 111010111011101110111011111010001011000110111010 | ebbbbbe8b1ba |
UTF-8 | 觧肢浦 | 111010001010011110100111111010001000001010100010111001101011010110100110 | e8a7a7e882a2e6b5a6 |
UHC | ?肢浦 | 0011111111110010101101101111100011011101 | 3ff2b6f8dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)