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 | 00111111001111110011111100111111001111110101111101000010 | 3f3f3f3f3f5f42 |
SJIS-WIN | 贈??霆?_B | 100100011010000100111111001111111110100010111011001111110101111101000010 | 91a13f3fe8bb3f5f42 |
EUC-JP | 贈??霆?_B | 110000101010001100111111001111111111000010111101001111110101111101000010 | c2a33f3ff0bd3f5f42 |
UTF-8 | 贈븀뗌霆렧_B | 1110100010110100100010001110101110111000100000001110101110010111100011001110100110011100100001101110101110100000101001110101111101000010 | e8b488ebb880eb978ce99c86eba0a75f42 |
UHC | 贈븀뗌霆렧_B | 111100011111110010111010111001111011011011000000111011111111110110001110101101100101111101000010 | f1fcbae7b6c0effd8eb65f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)