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 | ????x | 0011111100111111001111110011111101111000 | 3f3f3f3f78 |
SJIS-WIN | ツ歔テヲx | 110000101001111101100000110000111010011001111000 | c29f60c3a678 |
EUC-JP | ツ歔テヲx | 100011101100001011011101110000011000111011000011100011101010011001111000 | 8ec2ddc18ec38ea678 |
UTF-8 | ツ歔テヲx | 11101111101111101000001011100110101011011001010011101111101111101000001111101111101111011010011001111000 | efbe82e6ad94efbe83efbda678 |
UHC | ????x | 0011111100111111001111110011111101111000 | 3f3f3f3f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)