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{^ | 1001001111001001001111110110111001111101100100111100100100111111011011100111101101011110 | 93c93f6e7d93c93f6e7b5e |
EUC-JP | 橡?n}橡?n{^ | 1100011011001011001111110110111001111101110001101100101100111111011011100111101101011110 | c6cb3f6e7dc6cb3f6e7b5e |
UTF-8 | 橡슳n}橡슳n{^ | 1110011010101001101000011110110010001010101100110110111001111101111001101010100110100001111011001000101010110011011011100111101101011110 | e6a9a1ec8ab36e7de6a9a1ec8ab36e7b5e |
UHC | 橡슳n}橡슳n{^ | 11011111110011101001101010111010011011100111110111011111110011101001101010111010011011100111101101011110 | dfce9aba6e7ddfce9aba6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)