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 | 隘キ迢嶺セ | 1110100010100101101101111110011110001011100101111110010010111110 | e8a5b7e78b97e4be |
EUC-JP | 隘キ迢嶺セ | 11110000101001111000111010110111111011011110101111001110111001101000111010111110 | f0a78eb7edebcee68ebe |
UTF-8 | 隘キ迢嶺セ | 111010011001101010011000111011111011110110110111111010001011111110100010111001011011011010111010111011111011110110111110 | e99a98efbdb7e8bfa2e5b6baefbdbe |
UHC | 隘??嶺? | 11100100111101100011111100111111110101101011101000111111 | e4f63f3fd6ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)