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 | 雋ス逾 | 1110100010110010101111011110011110100101 | e8b2bde7a5 |
EUC-JP | 雋ス逾 | 111100001011010010001110101111011110111010100111 | f0b48ebdeea7 |
UTF-8 | 雋ス逾 | 111010011001101110001011111011111011110110111101111010011000000010111110 | e99b8befbdbde980be |
UHC | 雋?逾 | 1111000111100110001111111110101110110101 | f1e63febb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)