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?X | 001111110011111100111111010011000011111101011000 | 3f3f3f4c3f58 |
SJIS-WIN | ???L?X | 001111110011111100111111010011000011111101011000 | 3f3f3f4c3f58 |
EUC-JP | ???L?X | 001111110011111100111111010011000011111101011000 | 3f3f3f4c3f58 |
UTF-8 | 혯챠혺L혲X | 1110110110011000101011111110110010110001101000001110110110011000101110100100110011101101100110001011001001011000 | ed98afecb1a0ed98ba4ced98b258 |
UHC | 혯챠혺L혲X | 11000010100101101100001110101101110000101001111101001100110000101001100101011000 | c296c3adc29f4cc29958 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)