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 | 鯀擎}鯀擎{^ | 1110100110111111111110101100110001111101111010011011111111111010110011000111101101011110 | e9bffacc7de9bffacc7b5e |
EUC-JP | 鯀擎}鯀擎{^ | 11110010110000011000111111000001101001100111110111110010110000011000111111000001101001100111101101011110 | f2c18fc1a67df2c18fc1a67b5e |
UTF-8 | 鯀擎}鯀擎{^ | 111010011010111110000000111001101001001110001110011111011110100110101111100000001110011010010011100011100111101101011110 | e9af80e6938e7de9af80e6938e7b5e |
UHC | ?擎}?擎{^ | 001111111100110011010110011111010011111111001100110101100111101101011110 | 3fccd67d3fccd67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)