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 | 霎滄、凪゚ | 1110100010111110100111111110100110100100100100111110001011011111 | e8be9fe9a493e2df |
EUC-JP | 霎滄、凪゚ | 11110000110000001101111011101011100011101010010011000110111001001000111011011111 | f0c0deeb8ea4c6e48edf |
UTF-8 | 霎滄、凪゚ | 111010011001110010001110111001101011101110000100111011111011110110100100111001011000011110101010111011111011111010011111 | e99c8ee6bb84efbda4e587aaefbe9f |
UHC | ?滄??? | 001111111111001111100111001111110011111100111111 | 3ff3e73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)