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 | çßà | 10010010111001111101111111100000100010111000101010001110 | 92e7dfe08b8a8e |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ?çßà??? | 00111111100011111010101110101110100011111010100111001110100011111010101110100010001111110011111100111111 | 3f8fabae8fa9ce8faba23f3f3f |
UTF-8 | çßà | 1100001010010010110000111010011111000011100111111100001110100000110000101000101111000010100010101100001010001110 | c292c3a7c39fc3a0c28bc28ac28e |
UHC | ??ß???? | 0011111100111111101010011010110000111111001111110011111100111111 | 3f3fa9ac3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)