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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 霆幃ウァ\ | 11101000101110111001101111101001101100111010011101011100 | e8bb9be9b3a75c |
EUC-JP | 霆幃ウァ\ | 111100001011110111010110111010111000111010110011100011101010011101011100 | f0bdd6eb8eb38ea75c |
UTF-8 | 霆幃ウァ\ | 11101001100111001000011011100101101110011000001111101111101111011011001111101111101111011010011101011100 | e99c86e5b983efbdb3efbda75c |
UHC | 霆???\ | 111011111111110100111111001111110011111101011100 | effd3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)