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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ??蹄??^ | 00111111001111111001001011111011001111110011111101011110 | 3f3f92fb3f3f5e |
EUC-JP | ??蹄??^ | 00111111001111111100010011111101001111110011111101011110 | 3f3fc4fd3f3f5e |
UTF-8 | 綎렪蹄댈짠^ | 11100111101101101000111011101011101000001010101011101000101110011000010011101011100011001000100011101100101001111010000001011110 | e7b68eeba0aae8b984eb8c88eca7a05e |
UHC | 綎렪蹄댈짠^ | 1110111111110010100011101011100011110000101101001011010011101110110000101010011101011110 | eff28eb8f0b4b4eec2a75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)