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\ | 0011111100111111001111110100110001011100 | 3f3f3f4c5c |
SJIS-WIN | 饒??L\ | 111010010110000000111111001111110100110001011100 | e9603f3f4c5c |
EUC-JP | 饒??L\ | 111100011100000100111111001111110100110001011100 | f1c13f3f4c5c |
UTF-8 | 饒뤹왃L\ | 1110100110100101100100101110101110100100101110011110110010011001100000110100110001011100 | e9a592eba4b9ec99834c5c |
UHC | 饒뤹왃L\ | 1110100110101110100011111110011110011110101101100100110001011100 | e9ae8fe79eb64c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)