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 | 荵剰械褸 | 1110010010111001100011111110100010001010010000101110010111111000 | e4b98fe88a42e5f8 |
EUC-JP | 荵剰械褸 | 1110100010111011101111101110101010110011101000111110101011111010 | e8bbbeeab3a3eafa |
UTF-8 | 荵剰械褸 | 111010001000110110110101111001011000100110110000111001101010001010110000111010001010010010111000 | e88db5e589b0e6a2b0e8a4b8 |
UHC | ??械褸 | 001111110011111111001100111111101101011110101110 | 3f3fccfed7ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)