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 | 鸚?瓮 | 1110101001011111001111111110000101000100 | ea5f3fe144 |
EUC-JP | 鸚?瓮 | 1111001111000000001111111110000110100101 | f3c03fe1a5 |
UTF-8 | 鸚뷤瓮 | 111010011011100010011010111010111011011110100100111001111001001110101110 | e9b89aebb7a4e793ae |
UHC | 鸚뷤瓮 | 111001011010010010010101010011111110100010110111 | e5a4954fe8b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)