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 | ???LY | 0011111100111111001111110100110001011001 | 3f3f3f4c59 |
SJIS-WIN | 彦??LY | 100101010100011000111111001111110100110001011001 | 95463f3f4c59 |
EUC-JP | 彦??LY | 110010011010011100111111001111110100110001011001 | c9a73f3f4c59 |
UTF-8 | 彦쀫젡LY | 1110010110111101101001101110110010000000101010111110110010100000101000010100110001011001 | e5bda6ec80abeca0a14c59 |
UHC | 彦쀫젡LY | 1110010111101001100101111110101110100000100110100100110001011001 | e5e997eba09a4c59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)