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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 薔??樗 | 111001010100101100111111001111111001001010010100 | e54b3f3f9294 |
EUC-JP | 薔??樗 | 111010011010110000111111001111111100001111110100 | e9ac3f3fc3f4 |
UTF-8 | 薔ㅸ떫樗 | 111010001001011010010100111000111000010110111000111010111001011010101011111001101010100010010111 | e89694e385b8eb96abe6a897 |
UHC | 薔ㅸ떫樗 | 1110110111111001101001001110100010110110101101011110111011000000 | edf9a4e8b6b5eec0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)