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 | 捨] | 1000111011001100111100111011001001011101 | 8eccf3b25d |
EUC-JP | 捨?] | 10111100110011100011111101011101 | bcce3f5d |
UTF-8 | 捨] | 11100110100011011010100011101110100010101010010101011101 | e68da8ee8aa55d |
UHC | 捨?] | 11011110110101110011111101011101 | ded73f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)