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 | 撓銘撓 | 100111011001101010010110110000011001110110011010 | 9d9a96c19d9a |
EUC-JP | 撓銘撓 | 110110011111101011001100110000111101100111111010 | d9faccc3d9fa |
UTF-8 | 撓銘撓 | 111001101001001010010011111010011000101010011000111001101001001010010011 | e69293e98a98e69293 |
UHC | 撓銘撓 | 111010001111010111011001101011111110100011110101 | e8f5d9afe8f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)