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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 承?] | 10001111101100110011111101011101 | 8fb33f5d |
EUC-JP | 承渲] | 101111101011010110001111110001111110110001011101 | beb58fc7ec5d |
UTF-8 | 承渲] | 11100110100010011011111111100110101110001011001001011101 | e689bfe6b8b25d |
UHC | 承渲] | 1110001110101111111000001100001001011101 | e3afe0c25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)