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{^ | 1001001101000010001111110110111001111101100100110100001000111111011011100111101101011110 | 93423f6e7d93423f6e7b5e |
EUC-JP | 釘?n}釘?n{^ | 1100010110100011001111110110111001111101110001011010001100111111011011100111101101011110 | c5a33f6e7dc5a33f6e7b5e |
UTF-8 | 釘렫n}釘렫n{^ | 1110100110000111100110001110101110100000101010110110111001111101111010011000011110011000111010111010000010101011011011100111101101011110 | e98798eba0ab6e7de98798eba0ab6e7b5e |
UHC | 釘렫n}釘렫n{^ | 11101111111110011000111010111001011011100111110111101111111110011000111010111001011011100111101101011110 | eff98eb96e7deff98eb96e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)