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 | ????Q~ | 001111110011111100111111001111110101000101111110 | 3f3f3f3f517e |
SJIS-WIN | 悌???Q~ | 10010010111011100011111100111111001111110101000101111110 | 92ee3f3f3f517e |
EUC-JP | 悌???Q~ | 11000100111100000011111100111111001111110101000101111110 | c4f03f3f3f517e |
UTF-8 | 悌쿰렰렪Q~ | 1110011010000010100011001110110010111111101100001110101110100000101100001110101110100000101010100101000101111110 | e6828cecbfb0eba0b0eba0aa517e |
UHC | 悌쿰렰렪Q~ | 11110000101010101100010011110001100011101011110110001110101110000101000101111110 | f0aac4f18ebd8eb8517e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)