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{^ | 11100001011110101110000010110110011011100111110111100001011110101110000010110110011011100111101101011110 | e17ae0b66e7de17ae0b66e7b5e |
EUC-JP | 痙犖n}痙犖n{^ | 11100001110110111110000010111000011011100111110111100001110110111110000010111000011011100111101101011110 | e1dbe0b86e7de1dbe0b86e7b5e |
UTF-8 | 痙犖n}痙犖n{^ | 1110011110010111100110011110011110001010100101100110111001111101111001111001011110011001111001111000101010010110011011100111101101011110 | e79799e78a966e7de79799e78a966e7b5e |
UHC | 痙?n}痙?n{^ | 1100110011100010001111110110111001111101110011001110001000111111011011100111101101011110 | cce23f6e7dcce23f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)