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 | 曠櫚浴 | 100111100100010010011111010011001001011110000001 | 9e449f4c9781 |
EUC-JP | 曠櫚浴 | 110110111010010111011101101011011100110111100001 | dba5ddadcde1 |
UTF-8 | 曠櫚浴 | 111001101001101110100000111001101010101110011010111001101011010110110100 | e69ba0e6ab9ae6b5b4 |
UHC | 曠櫚浴 | 110011101100011111010101111010101110100110110001 | cec7d5eae9b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)