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{^ | 1001110001100001001111110110111001111101100111000110000100111111011011100111101101011110 | 9c613f6e7d9c613f6e7b5e |
EUC-JP | 彗?n}彗?n{^ | 1101011111000010001111110110111001111101110101111100001000111111011011100111101101011110 | d7c23f6e7dd7c23f6e7b5e |
UTF-8 | 彗뢣n}彗뢣n{^ | 1110010110111101100101111110101110100010101000110110111001111101111001011011110110010111111010111010001010100011011011100111101101011110 | e5bd97eba2a36e7de5bd97eba2a36e7b5e |
UHC | 彗뢣n}彗뢣n{^ | 11111011101100101000111101100100011011100111110111111011101100101000111101100100011011100111101101011110 | fbb28f646e7dfbb28f646e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)