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 | 銓暮鍵 | 111001111111001010010101111010011000110010101110 | e7f295e98cae |
EUC-JP | 銓暮鍵 | 111011101111010011001010111010111011100010110000 | eef4caebb8b0 |
UTF-8 | 銓暮鍵 | 111010011000101010010011111001101001101010101110111010011000110110110101 | e98a93e69aaee98db5 |
UHC | 銓暮鍵 | 111011111011000011011001101110101100101111110101 | efb0d9bacbf5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)