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 | 荵駒崛 | 111001001011100110001011111011101001101110111111 | e4b98bee9bbf |
EUC-JP | 荵駒崛 | 111010001011101110110110111100001101011011000001 | e8bbb6f0d6c1 |
UTF-8 | 荵駒崛 | 111010001000110110110101111010011010011110010010111001011011010010011011 | e88db5e9a792e5b49b |
UHC | ?駒? | 00111111110011111100101100111111 | 3fcfcb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)