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 | 0011111110010010101011110011111100111111111010010111000001000010 | 3f92af3f3fe97042 |
EUC-JP | ?脹??駱B | 0011111111000100101100010011111100111111111100011101000101000010 | 3fc4b13f3ff1d142 |
UTF-8 | 뤋脹컦샅駱B | 11101011101001001000101111101000100001001011100111101100101110111010011011101100100000111000010111101001101001111011000101000010 | eba48be884b9ecbba6ec8385e9a7b142 |
UHC | 뤋脹컦샅駱B | 1000111110111011111100111110110010110000100011111011101111110100110101011010110101000010 | 8fbbf3ecb08fbbf4d5ad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)