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 | 學g窩 | 100110110111101110000010100001111110001001111100 | 9b7b8287e27c |
EUC-JP | 學g窩 | 110101011101110010100011111001111110001111011101 | d5dca3e7e3dd |
UTF-8 | 學g窩 | 111001011010110110111000111011111011110110000111111001111010101010101001 | e5adb8efbd87e7aaa9 |
UHC | 學g窩 | 111110011100101010100011111001111110100011000000 | f9caa3e7e8c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)