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{^ | 1001011101010111001111110110111001111101100101110101011100111111011011100111101101011110 | 97573f6e7d97573f6e7b5e |
EUC-JP | 邑?n}邑?n{^ | 1100110110111000001111110110111001111101110011011011100000111111011011100111101101011110 | cdb83f6e7dcdb83f6e7b5e |
UTF-8 | 邑렲n}邑렲n{^ | 1110100110000010100100011110101110100000101100100110111001111101111010011000001010010001111010111010000010110010011011100111101101011110 | e98291eba0b26e7de98291eba0b26e7b5e |
UHC | 邑렲n}邑렲n{^ | 11101011111010011000111010111111011011100111110111101011111010011000111010111111011011100111101101011110 | ebe98ebf6e7debe98ebf6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)