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 | 鉛??暎← | 1000100110010100001111110011111110011101111100111000000110101001 | 89943f3f9df381a9 |
EUC-JP | 鉛??暎← | 1011000111110100001111110011111111011010111101011010001010101011 | b1f43f3fdaf5a2ab |
UTF-8 | 鉛뗧듅暎← | 111010011000100110011011111010111001011110100111111010111001001110000101111001101001101010001110111000101000011010010000 | e9899beb97a7eb9385e69a8ee28690 |
UHC | 鉛뗧듅暎← | 11100110111001111000101111100111100010101011100111100111101100101010000111100111 | e6e78be78ab9e7b2a1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)