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??Y | 001111110011111101001100001111110011111101011001 | 3f3f4c3f3f59 |
SJIS-WIN | ??L??Y | 001111110011111101001100001111110011111101011001 | 3f3f4c3f3f59 |
EUC-JP | ??L??Y | 001111110011111101001100001111110011111101011001 | 3f3f4c3f3f59 |
UTF-8 | 횂혶L횂혶Y | 1110110110011010100000101110110110011000101101100100110011101101100110101000001011101101100110001011011001011001 | ed9a82ed98b64ced9a82ed98b659 |
UHC | 횂혶L횂혶Y | 11000011100000101100001010011101010011001100001110000010110000101001110101011001 | c382c29d4cc382c29d59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)