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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????指 | 001111110011111100111111001111111000111001110111 | 3f3f3f3f8e77 |
EUC-JP | 玎???指 | 1000111111001011110100100011111100111111001111111011101111011000 | 8fcbd23f3f3fbbd8 |
UTF-8 | 玎렞李렭指 | 111001111000111010001110111010111010000010011110111011111010011110100001111010111010000010101101111001101000110010000111 | e78e8eeba09eefa7a1eba0ade68c87 |
UHC | 玎렞李렭指 | 11101111111010011000111010101111111011001011000010001110101110101111001010100110 | efe98eafecb08ebaf2a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)