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 | 薔?樗壇 | 11100101010010110011111110010010100101001001001001100100 | e54b3f92949264 |
EUC-JP | 薔?樗壇 | 11101001101011000011111111000011111101001100001111000101 | e9ac3fc3f4c3c5 |
UTF-8 | 薔렒樗壇 | 111010001001011010010100111010111010000010010010111001101010100010010111111001011010001110000111 | e89694eba092e6a897e5a387 |
UHC | 薔렒樗壇 | 1110110111111001100011101010011111101110110000001101001110100110 | edf98ea7eec0d3a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)