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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 踐滔」ィ奛・ | 111001101111011010011111111010111010001110101000111110101010000110100101 | e6f69feba3a8faa1a5 |
EUC-JP | 踐滔」ィ奛・ | 11101100111110001101111011101101100011101010001110001110101010001000111110111000111101111000111010100101 | ecf8deed8ea38ea88fb8f78ea5 |
UTF-8 | 踐滔」ィ奛・ | 111010001011100010010000111001101011101110010100111011111011110110100011111011111011110110101000111001011010010110011011111011111011110110100101 | e8b890e6bb94efbda3efbda8e5a59befbda5 |
UHC | 踐滔???? | 1111010011000010110101001010010100111111001111110011111100111111 | f4c2d4a53f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)