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 | ?`Lh?`L | 00111111011000000100110001101000001111110110000001001100 | 3f604c683f604c |
SJIS-WIN | ?`Lh?`L | 00111111011000000100110001101000001111110110000001001100 | 3f604c683f604c |
EUC-JP | ?`Lh?`L | 00111111011000000100110001101000001111110110000001001100 | 3f604c683f604c |
UTF-8 | 혺`Lh혺`L | 1110110110011000101110100110000001001100011010001110110110011000101110100110000001001100 | ed98ba604c68ed98ba604c |
UHC | 혺`Lh혺`L | 110000101001111101100000010011000110100011000010100111110110000001001100 | c29f604c68c29f604c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)