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 | ?U?E?L | 001111110101010100111111010001010011111101001100 | 3f553f453f4c |
SJIS-WIN | ?U?E?L | 001111110101010100111111010001010011111101001100 | 3f553f453f4c |
EUC-JP | ?U?E?L | 001111110101010100111111010001010011111101001100 | 3f553f453f4c |
UTF-8 | 혩U혧E혨L | 111011011001100010101001010101011110110110011000101001110100010111101101100110001010100001001100 | ed98a955ed98a745ed98a84c |
UHC | 혩U혧E혨L | 110000101001000101010101110000101000111101000101110000101001000001001100 | c29155c28f45c2904c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)