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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 擎}擎{^ | 1111000111001000111110101100110001111101111100011100100011111010110011000111101101011110 | f1c8facc7df1c8facc7b5e |
EUC-JP | ?擎}?擎{^ | 0011111110001111110000011010011001111101001111111000111111000001101001100111101101011110 | 3f8fc1a67d3f8fc1a67b5e |
UTF-8 | 擎}擎{^ | 111011101000010110000011111001101001001110001110011111011110111010000101100000111110011010010011100011100111101101011110 | ee8583e6938e7dee8583e6938e7b5e |
UHC | ?擎}?擎{^ | 001111111100110011010110011111010011111111001100110101100111101101011110 | 3fccd67d3fccd67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)