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 | ???LP | 0011111100111111001111110100110001010000 | 3f3f3f4c50 |
SJIS-WIN | ???LP | 0011111100111111001111110100110001010000 | 3f3f3f4c50 |
EUC-JP | ???LP | 0011111100111111001111110100110001010000 | 3f3f3f4c50 |
UTF-8 | 혲첸혳LP | 1110110110011000101100101110110010110010101110001110110110011000101100110100110001010000 | ed98b2ecb2b8ed98b34c50 |
UHC | 혲첸혳LP | 1100001010011001110000111011111011000010100110100100110001010000 | c299c3bec29a4c50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)