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 | 謫弄?菴 | 11100110100100111001100001001101001111111110010010111101 | e693984d3fe4bd |
EUC-JP | 謫弄?菴 | 11101011111100111100111110101110001111111110100010111111 | ebf3cfae3fe8bf |
UTF-8 | 謫弄욤菴 | 111010001010110010101011111001011011110010000100111011001001101010100100111010001000111110110100 | e8acabe5bc84ec9aa4e88fb4 |
UHC | 謫弄욤菴 | 1110111011100011110101101110011110111111111010001110010011100000 | eee3d6e7bfe8e4e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)