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 | 鞨滝ソ | 1110100011100000100100011110101010111111 | e8e091eabf |
EUC-JP | 鞨滝ソ | 111100001110001011000010111011001000111010111111 | f0e2c2ec8ebf |
UTF-8 | 鞨滝ソ | 111010011001111010101000111001101011101110011101111011111011110110111111 | e99ea8e6bb9defbdbf |
UHC | 鞨?? | 11001010111010100011111100111111 | caea3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)