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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ツ淞催ァツェ | 1100001010011111110000101000110111000011101001111100001010101010 | c29fc28dc3a7c2aa |
EUC-JP | ツ淞催ァツェ | 100011101100001011011110110001001011101011000101100011101010011110001110110000101000111010101010 | 8ec2dec4bac58ea78ec28eaa |
UTF-8 | ツ淞催ァツェ | 111011111011111010000010111001101011011110011110111001011000001010101100111011111011110110100111111011111011111010000010111011111011110110101010 | efbe82e6b79ee582acefbda7efbe82efbdaa |
UHC | ?淞催??? | 0011111111100001111001111111010111001010001111110011111100111111 | 3fe1e7f5ca3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)