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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 眛鳥眛組^ | 111000011100010010010010101110011110000111000100100100010110011101011110 | e1c492b9e1c491675e |
EUC-JP | 眛鳥眛組^ | 111000101100011011000100101110111110001011000110110000011100100001011110 | e2c6c4bbe2c6c1c85e |
UTF-8 | 眛鳥眛組^ | 11100111100111001001101111101001101100111010010111100111100111001001101111100111101101011000010001011110 | e79c9be9b3a5e79c9be7b5845e |
UHC | ?鳥?組^ | 00111111111100001110100000111111111100001101101001011110 | 3ff0e83ff0da5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)