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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ツ静纂ツ静纂^ | 1100001010010000110000111000111001011011110000101001000011000011100011100101101101011110 | c290c38e5bc290c38e5b5e |
EUC-JP | ツ静纂ツ静纂^ | 10001110110000101100000011000101101110111011110010001110110000101100000011000101101110111011110001011110 | 8ec2c0c5bbbc8ec2c0c5bbbc5e |
UTF-8 | ツ静纂ツ静纂^ | 11101111101111101000001011101001100111011001100111100111101110101000001011101111101111101000001011101001100111011001100111100111101110101000001001011110 | efbe82e99d99e7ba82efbe82e99d99e7ba825e |
UHC | ??纂??纂^ | 001111110011111111110011110000110011111100111111111100111100001101011110 | 3f3ff3c33f3ff3c35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)