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 | 芻翫鴬糴ょ | 11100100100011011000101011100011100010011010011111100010111110011000001011100101 | e48d8ae389a7e2f982e5 |
EUC-JP | 芻翫鴬糴ょ | 11100111111011011011010011100101101100101010100111100100111110111010010011100111 | e7edb4e5b2a9e4fba4e7 |
UTF-8 | 芻翫鴬糴ょ | 111010001000101010111011111001111011111110101011111010011011010010101100111001111011001110110100111000111000001010000111 | e88abbe7bfabe9b4ace7b3b4e38287 |
UHC | 芻翫??ょ | 1111010111010110111010001101000100111111001111111010101011100111 | f5d6e8d13f3faae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)