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 | 襍ア譎ィ褥 | 1110100010110101101100011110011010011001101010001110010111110001 | e8b5b1e699a8e5f1 |
EUC-JP | 襍ア譎ィ褥 | 11110000101101111000111010110001111010111111100110001110101010001110101011110011 | f0b78eb1ebf98ea8eaf3 |
UTF-8 | 襍ア譎ィ褥 | 111010001010010110001101111011111011110110110001111010001010110110001110111011111011110110101000111010001010010010100101 | e8a58defbdb1e8ad8eefbda8e8a4a5 |
UHC | ??譎?褥 | 00111111001111111111110111010010001111111110100110110011 | 3f3ffdd23fe9b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)