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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 而瓏?訂? | 1000111010100111111000001111101000111111100100101111100100111111 | 8ea7e0fa3f92f93f |
EUC-JP | 而瓏?訂? | 1011110010101001111000001111110000111111110001001111101100111111 | bca9e0fc3fc4fb3f |
UTF-8 | 而瓏횅訂렦 | 111010001000000010001100111001111001001110001111111011011001101010000101111010001010100010000010111010111010000010100110 | e8808ce7938fed9a85e8a882eba0a6 |
UHC | 而瓏횅訂렦 | 11101100101110111101011011101010110010001011011111101111111101001000111010110101 | ecbbd6eac8b7eff48eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)