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 | ?????kB | 00111111001111110011111100111111001111110110101101000010 | 3f3f3f3f3f6b42 |
SJIS-WIN | 閼ア貉帛穀kB | 1110100010000100101100011110011010111001100110111110010110001101100100100110101101000010 | e884b1e6b99be58d926b42 |
EUC-JP | 閼ア貉帛穀kB | 111011111110010010001110101100011110110010111011110101101110011110111001111100100110101101000010 | efe48eb1ecbbd6e7b9f26b42 |
UTF-8 | 閼ア貉帛穀kB | 1110100110010110101111001110111110111101101100011110100010110010100010011110010110111000100110111110011110101001100000000110101101000010 | e996bcefbdb1e8b289e5b89be7a9806b42 |
UHC | 閼??帛穀kB | 11100100110110010011111100111111110110111101100111001101110110100110101101000010 | e4d93f3fdbd9cdda6b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)