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 | 兪鯱兪 | 100110010110000011101001110011011001100101100000 | 9960e9cd9960 |
EUC-JP | 兪鯱兪 | 110100011100000111110010110011111101000111000001 | d1c1f2cfd1c1 |
UTF-8 | 兪鯱兪 | 111001011000010110101010111010011010111110110001111001011000010110101010 | e585aae9afb1e585aa |
UHC | 兪?兪 | 1110101011100100001111111110101011100100 | eae43feae4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)