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 | ?m?? | 00111111011011010011111100111111 | 3f6d3f3f |
SJIS-WIN | ?m?? | 00111111011011010011111100111111 | 3f6d3f3f |
EUC-JP | ?m?? | 00111111011011010011111100111111 | 3f6d3f3f |
UTF-8 | 혺m혧횥 | 11101101100110001011101001101101111011011001100010100111111011011001101010100101 | ed98ba6ded98a7ed9aa5 |
UHC | 혺m혧횥 | 11000010100111110110110111000010100011111100001110011100 | c29f6dc28fc39c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)