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 | ??L\ | 00111111001111110100110001011100 | 3f3f4c5c |
SJIS-WIN | 慫?L\ | 1001110011001111001111110100110001011100 | 9ccf3f4c5c |
EUC-JP | 慫?L\ | 1101100011010001001111110100110001011100 | d8d13f4c5c |
UTF-8 | 慫렠L\ | 1110011010000101101010111110101110100000101000000100110001011100 | e685abeba0a04c5c |
UHC | 慫렠L\ | 111100001111011010001110101100010100110001011100 | f0f68eb14c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)