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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | ю躍[ю躍[^ | 1000010010010000100101101111010001011011100001001001000010010110111101000101101101011110 | 849096f45b849096f45b5e |
EUC-JP | ю躍[ю躍[^ | 1010011111110000110011001111011001011011101001111111000011001100111101100101101101011110 | a7f0ccf65ba7f0ccf65b5e |
UTF-8 | ю躍[ю躍[^ | 11010001100011101110100010111010100011010101101111010001100011101110100010111010100011010101101101011110 | d18ee8ba8d5bd18ee8ba8d5b5e |
UHC | ю躍[ю躍[^ | 1010110011110000111001011011100001011011101011001111000011100101101110000101101101011110 | acf0e5b85bacf0e5b85b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)