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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 塋?n}塋?n{^ | 1001101011001000001111110110111001111101100110101100100000111111011011100111101101011110 | 9ac83f6e7d9ac83f6e7b5e |
EUC-JP | 塋?n}塋?n{^ | 1101010011001010001111110110111001111101110101001100101000111111011011100111101101011110 | d4ca3f6e7dd4ca3f6e7b5e |
UTF-8 | 塋챉n}塋챉n{^ | 1110010110100001100010111110110010110001100010010110111001111101111001011010000110001011111011001011000110001001011011100111101101011110 | e5a18becb1896e7de5a18becb1896e7b5e |
UHC | 塋챉n}塋챉n{^ | 11100111101010111010101001010110011011100111110111100111101010111010101001010110011011100111101101011110 | e7abaa566e7de7abaa566e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)