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 | É«¼³\ | 100011111100100110101011101111001011001101011100 | 8fc9abbcb35c |
SJIS-WIN | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
EUC-JP | ?É???\ | 0011111110001111101010101011000100111111001111110011111101011100 | 3f8faab13f3f3f5c |
UTF-8 | É«¼³\ | 1100001010001111110000111000100111000010101010111100001010111100110000101011001101011100 | c28fc389c2abc2bcc2b35c |
UHC | ???¼³\ | 0011111100111111001111111010100011111001101010011111100001011100 | 3f3f3fa8f9a9f85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)