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 | 枝?鬱貊? | 1000111001111101001111111001111101010100111001101011101100111111 | 8e7d3f9f54e6bb3f |
EUC-JP | 枝?鬱貊? | 1011101111011110001111111101110110110101111011001011110100111111 | bbde3fddb5ecbd3f |
UTF-8 | 枝렖鬱貊렡 | 111001101001111010011101111010111010000010010110111010011010110010110001111010001011001010001010111010111010000010100001 | e69e9deba096e9acb1e8b28aeba0a1 |
UHC | 枝렖鬱貊렡 | 11110010101010111000111010101011111010101010011011011000111001111000111010110010 | f2ab8eabeaa6d8e78eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)