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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 而瓏?? | 100011101010011111100000111110100011111100111111 | 8ea7e0fa3f3f |
EUC-JP | 而瓏?塼 | 1011110010101001111000001111110000111111100011111011100010111001 | bca9e0fc3f8fb8b9 |
UTF-8 | 而瓏횅塼 | 111010001000000010001100111001111001001110001111111011011001101010000101111001011010000110111100 | e8808ce7938fed9a85e5a1bc |
UHC | 而瓏횅塼 | 1110110010111011110101101110101011001000101101111110111011110100 | ecbbd6eac8b7eef4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)