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\ | 1110010111100100001111110100110001011100 | e5e43f4c5c |
EUC-JP | 裝?L\ | 1110101011100110001111110100110001011100 | eae63f4c5c |
UTF-8 | 裝렣L\ | 1110100010100011100111011110101110100000101000110100110001011100 | e8a39deba0a34c5c |
UHC | 裝렣L\ | 111011011111101110001110101101000100110001011100 | edfb8eb44c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)