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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 驛、邱定註B | 11101001100000111010010011100111101101111001001011101000100100101001000001000010 | e983a4e7b792e8929042 |
EUC-JP | 驛、邱定註B | 1111000111100011100011101010010011101110101110011100010011101010110000111111000001000010 | f1e38ea4eeb9c4eac3f042 |
UTF-8 | 驛、邱定註B | 11101001101010011001101111101111101111011010010011101001100000101011000111100101101011101001101011101000101010001011101101000010 | e9a99befbda4e982b1e5ae9ae8a8bb42 |
UHC | 驛?邱定註B | 11100110101111100011111111001111110010001110111111010010111100011100100101000010 | e6be3fcfc8efd2f1c942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)