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 | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 闔俄扱譏ュh | 11101000100011101000100111100010100010001011010111100110100110001010110101101000 | e88e89e288b5e698ad68 |
EUC-JP | 闔俄扱譏ュh | 1110111111101110101100101110010010110000101101111110101111111000100011101010110101101000 | efeeb2e4b0b7ebf88ead68 |
UTF-8 | 闔俄扱譏ュh | 11101001100101111001010011100100101111111000010011100110100010011011000111101000101011011000111111101111101111011010110101101000 | e99794e4bf84e689b1e8ad8fefbdad68 |
UHC | 闔俄扱譏?h | 11111001111011111110010010101101110100001110001011010001110000010011111101101000 | f9efe4add0e2d1c13f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)