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 | 蔗刻修 | 111001001111001010001101100011111000111101000011 | e4f28d8f8f43 |
EUC-JP | 蔗刻修 | 111010001111010010111001111011111011110110100100 | e8f4b9efbda4 |
UTF-8 | 蔗刻修 | 111010001001010010010111111001011000100010111011111001001011111110101110 | e89497e588bbe4bfae |
UHC | 蔗刻修 | 111011011011110111001010101111101110000111110011 | edbdcabee1f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)