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 | ?c?? | 00111111011000110011111100111111 | 3f633f3f |
SJIS-WIN | ?c?? | 00111111011000110011111100111111 | 3f633f3f |
EUC-JP | ?c?? | 00111111011000110011111100111111 | 3f633f3f |
UTF-8 | 혱c혣횚 | 11101101100110001011000101100011111011011001100010100011111011011001101010011010 | ed98b163ed98a3ed9a9a |
UHC | 혱c혣횚 | 11000010100110000110001111000010100011001100001110010100 | c29863c28cc394 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)