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 | 1110010111001001100100010100110001011001 | e5c9914c59 |
SJIS-WIN | ???LY | 0011111100111111001111110100110001011001 | 3f3f3f4c59 |
EUC-JP | åÉ?LY | 100011111010101110101001100011111010101010110001001111110100110001011001 | 8faba98faab13f4c59 |
UTF-8 | åÉLY | 1100001110100101110000111000100111000010100100010100110001011001 | c3a5c389c2914c59 |
UHC | ???LY | 0011111100111111001111110100110001011001 | 3f3f3f4c59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)