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 | 存箪脱 | 100100011011011010010010010111001001001001000101 | 91b6925c9245 |
EUC-JP | 存箪脱 | 110000101011100011000011101111011100001110100110 | c2b8c3bdc3a6 |
UTF-8 | 存箪脱 | 111001011010110110011000111001111010111010101010111010001000010010110001 | e5ad98e7aeaae884b1 |
UHC | 存?? | 11110000111011010011111100111111 | f0ed3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)