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 | 踐lЧ | 111001101111011010000010100011001000010001011000 | e6f6828c8458 |
EUC-JP | 踐lЧ | 111011001111100010100011111011001010011110111001 | ecf8a3eca7b9 |
UTF-8 | 踐lЧ | 1110100010111000100100001110111110111101100011001101000010100111 | e8b890efbd8cd0a7 |
UHC | 踐lЧ | 111101001100001010100011111011001010110010111001 | f4c2a3ecacb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)