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 | ??[}??[{^ | 001111110011111101011011011111010011111100111111010110110111101101011110 | 3f3f5b7d3f3f5b7b5e |
SJIS-WIN | 彗?[}彗?[{^ | 1001110001100001001111110101101101111101100111000110000100111111010110110111101101011110 | 9c613f5b7d9c613f5b7b5e |
EUC-JP | 彗?[}彗?[{^ | 1101011111000010001111110101101101111101110101111100001000111111010110110111101101011110 | d7c23f5b7dd7c23f5b7b5e |
UTF-8 | 彗뢐[}彗뢐[{^ | 1110010110111101100101111110101110100010100100000101101101111101111001011011110110010111111010111010001010010000010110110111101101011110 | e5bd97eba2905b7de5bd97eba2905b7b5e |
UHC | 彗뢐[}彗뢐[{^ | 11111011101100101000111101001011010110110111110111111011101100101000111101001011010110110111101101011110 | fbb28f4b5b7dfbb28f4b5b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)