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 | ???I?? | 001111110011111100111111010010010011111100111111 | 3f3f3f493f3f |
SJIS-WIN | 髮懷凋I渦蛹 | 1110100110011011100111001110010110010010100111000100100110001001010100011110010110001100 | e99b9ce5929c498951e58c |
EUC-JP | 髮懷凋I渦蛹 | 1111000111111011110110001110011111000011111111000100100110110001101100101110100111101100 | f1fbd8e7c3fc49b1b2e9ec |
UTF-8 | 髮懷凋I渦蛹 | 11101001101010111010111011100110100001111011011111100101100001111000101101001001111001101011100010100110111010001001101110111001 | e9abaee687b7e5878b49e6b8a6e89bb9 |
UHC | 髮懷凋I渦? | 11011011101001011111110011100011111100001011110101001001111010001011111000111111 | dba5fce3f0bd49e8be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)