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 | 陜守掩 | 111010001001110110001110111001111000100110000110 | e89d8ee78986 |
EUC-JP | 陜守掩 | 111011111111110110111100111010011011000111100110 | effdbce9b1e6 |
UTF-8 | 陜守掩 | 111010011001100110011100111001011010111010001000111001101000111010101001 | e9999ce5ae88e68ea9 |
UHC | 陜守掩 | 111110011111000011100001111110101110010111110011 | f9f0e1fae5f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)