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 | ²LÖÜ | 1000111010110010010011001101011011011100 | 8eb24cd6dc |
SJIS-WIN | ??L?? | 0011111100111111010011000011111100111111 | 3f3f4c3f3f |
EUC-JP | ??LÖÜ | 001111110011111101001100100011111010101011010011100011111010101011100100 | 3f3f4c8faad38faae4 |
UTF-8 | ²LÖÜ | 110000101000111011000010101100100100110011000011100101101100001110011100 | c28ec2b24cc396c39c |
UHC | ?²L?? | 001111111010100111110111010011000011111100111111 | 3fa9f74c3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)