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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鋻賍骰讎 | 1111101111011001111001101101101011101001100011011110011010100110 | fbd9e6dae98de6a6 |
EUC-JP | 鋻賍骰讎 | 100011111110010011010001111011001101110011110001111011011110110010101000 | 8fe4d1ecdcf1edeca8 |
UTF-8 | 鋻賍骰讎 | 111010011000101110111011111010001011001110001101111010011010101010110000111010001010111010001110 | e98bbbe8b38de9aab0e8ae8e |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)