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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 瀛??液? | 11100000011010010011111100111111100010010111010000111111 | e0693f3f89743f |
EUC-JP | 瀛??液? | 11011111110010100011111100111111101100011101010100111111 | dfca3f3fb1d53f |
UTF-8 | 瀛륂뢑液땲 | 111001111000000010011011111010111010010110000010111010111010001010010001111001101011011010110010111010111001010110110010 | e7809beba582eba291e6b6b2eb95b2 |
UHC | 瀛륂뢑液땲 | 11100111101110101000111111101101100011110100110011100100111110111000101110001000 | e7ba8fed8f4ce4fb8b88 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)