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\ | 001111110100110001011100 | 3f4c5c |
SJIS-WIN | 蜃L\ | 11100101100001110100110001011100 | e5874c5c |
EUC-JP | 蜃L\ | 11101001111001110100110001011100 | e9e74c5c |
UTF-8 | 蜃L\ | 1110100010011100100000110100110001011100 | e89c834c5c |
UHC | 蜃L\ | 11100011111100010100110001011100 | e3f14c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)