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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | ツ施[ツ施[^ | 110000101000111001111011010110111100001010001110011110110101101101011110 | c28e7b5bc28e7b5b5e |
EUC-JP | ツ施[ツ施[^ | 1000111011000010101110111101110001011011100011101100001010111011110111000101101101011110 | 8ec2bbdc5b8ec2bbdc5b5e |
UTF-8 | ツ施[ツ施[^ | 111011111011111010000010111001101001011010111101010110111110111110111110100000101110011010010110101111010101101101011110 | efbe82e696bd5befbe82e696bd5b5e |
UHC | ?施[?施[^ | 001111111110001110111111010110110011111111100011101111110101101101011110 | 3fe3bf5b3fe3bf5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)