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 | 樒鶲恤 | 100111101110011111101010010011111001110010010101 | 9ee7ea4f9c95 |
EUC-JP | 樒鶲恤 | 110111001110100111110011101100001101011111110101 | dce9f3b0d7f5 |
UTF-8 | 樒鶲恤 | 111001101010100010010010111010011011011010110010111001101000000110100100 | e6a892e9b6b2e681a4 |
UHC | ??恤 | 00111111001111111111110111010001 | 3f3ffdd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)