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 | 100110001101111110001100011110001001100110011110 | 98df8c78999e |
SJIS-WIN | ???x?? | 001111110011111100111111011110000011111100111111 | 3f3f3f783f3f |
EUC-JP | ?ß?x?? | 0011111110001111101010011100111000111111011110000011111100111111 | 3f8fa9ce3f783f3f |
UTF-8 | ßx | 1100001010011000110000111001111111000010100011000111100011000010100110011100001010011110 | c298c39fc28c78c299c29e |
UHC | ?ß?x?? | 00111111101010011010110000111111011110000011111100111111 | 3fa9ac3f783f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)