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 | 諍肯?臼 | 11100110011110011000110101101101001111111000100101010000 | e6798d6d3f8950 |
EUC-JP | 諍肯?臼 | 11101011110110101011100111001110001111111011000110110001 | ebdab9ce3fb1b1 |
UTF-8 | 諍肯렢臼 | 111010001010101110001101111010001000001010101111111010111010000010100010111010001000011110111100 | e8ab8de882afeba0a2e887bc |
UHC | 諍肯렢臼 | 1110111010110101110100001110100110001110101100111100111110111111 | eeb5d0e98eb3cfbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)