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{^ | 1001001101010010001111110110111001111101100100110101001000111111011011100111101101011110 | 93523f6e7d93523f6e7b5e |
EUC-JP | 迭?n}迭?n{^ | 1100010110110011001111110110111001111101110001011011001100111111011011100111101101011110 | c5b33f6e7dc5b33f6e7b5e |
UTF-8 | 迭셈n}迭셈n{^ | 1110100010111111101011011110110010000101100010000110111001111101111010001011111110101101111011001000010110001000011011100111101101011110 | e8bfadec85886e7de8bfadec85886e7b5e |
UHC | 迭셈n}迭셈n{^ | 11110010111101111011110011000000011011100111110111110010111101111011110011000000011011100111101101011110 | f2f7bcc06e7df2f7bcc06e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)