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 | 鍜≫振篁 | 1110100001000111100000011110001010010000010101011110001010111001 | e84781e29055e2b9 |
EUC-JP | 鍜≫振篁 | 1110111110101000101000101110010010111111101101101110010010111011 | efa8a2e4bfb6e4bb |
UTF-8 | 鍜≫振篁 | 111010011000110110011100111000101000100110101011111001101000110010101111111001111010111110000001 | e98d9ce289abe68cafe7af81 |
UHC | ?≫振篁 | 00111111101000011110110111110010110010011111110011010110 | 3fa1edf2c9fcd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)