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 | 纓る頃跌 | 1110001110010111100000101110100110001101101000001110011011101001 | e39782e98da0e6e9 |
EUC-JP | 纓る頃跌 | 1110010111110111101001001110101110111010101000101110110011101011 | e5f7a4ebbaa2eceb |
UTF-8 | 纓る頃跌 | 111001111011101010010011111000111000001010001011111010011010000010000011111010001011011110001100 | e7ba93e3828be9a083e8b78c |
UHC | 纓る頃跌 | 1110011111000101101010101110101111001100111100011111001011110110 | e7c5aaebccf1f2f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)