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{^ | 1001011101100011001111110110111001111101100101110110001100111111011011100111101101011110 | 97633f6e7d97633f6e7b5e |
EUC-JP | 幼?n}幼?n{^ | 1100110111000100001111110110111001111101110011011100010000111111011011100111101101011110 | cdc43f6e7dcdc43f6e7b5e |
UTF-8 | 幼쓔n}幼쓔n{^ | 1110010110111001101111001110110010010011100101000110111001111101111001011011100110111100111011001001001110010100011011100111101101011110 | e5b9bcec93946e7de5b9bcec93946e7b5e |
UHC | 幼쓔n}幼쓔n{^ | 11101010111010101001110101101111011011100111110111101010111010101001110101101111011011100111101101011110 | eaea9d6f6e7deaea9d6f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)