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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 錏滉 | 11100111111110011001111111100100 | e7f99fe4 |
EUC-JP | 錏滉 | 11101110111110111101111011100110 | eefbdee6 |
UTF-8 | 錏滉 | 111010011000110010001111111001101011101110001001 | e98c8fe6bb89 |
UHC | ?滉 | 001111111111110011010001 | 3ffcd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)