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 | 譌乗ィス謠 | 1110011010010111100011111110011010101000101111011110011010001111 | e6978fe6a8bde68f |
EUC-JP | 譌乗ィス謠 | 11101011111101111011111011101000100011101010100010001110101111011110101111101111 | ebf7bee88ea88ebdebef |
UTF-8 | 譌乗ィス謠 | 111010001010110110001100111001001011100110010111111011111011110110101000111011111011110110111101111010001010110010100000 | e8ad8ce4b997efbda8efbdbde8aca0 |
UHC | ????謠 | 001111110011111100111111001111111110100110101010 | 3f3f3f3fe9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)