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 | 菴窈菴 | 111001001011110111100010011101111110010010111101 | e4bde277e4bd |
EUC-JP | 菴窈菴 | 111010001011111111100011110110001110100010111111 | e8bfe3d8e8bf |
UTF-8 | 菴窈菴 | 111010001000111110110100111001111010101010001000111010001000111110110100 | e88fb4e7aa88e88fb4 |
UHC | 菴窈菴 | 111001001110000011101001101000011110010011100000 | e4e0e9a1e4e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)