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 | 尺質斜雫 | 1000111011011010100011101011111110001110110011101000111010110100 | 8eda8ebf8ece8eb4 |
EUC-JP | 尺質斜雫 | 1011110011011100101111001100000110111100110100001011110010110110 | bcdcbcc1bcd0bcb6 |
UTF-8 | 尺質斜雫 | 111001011011000010111010111010001011001110101010111001101001011010011100111010011001101110101011 | e5b0bae8b3aae6969ce99bab |
UHC | 尺質斜? | 11110100101010011111001011110101110111101101100000111111 | f4a9f2f5ded83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)