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 | ë °ë¡wh | 1110101110100000101100001110101110100001100110010111011101101000 | eba0b0eba1997768 |
SJIS-WIN | ??°???wh | 001111110011111110000001100010110011111100111111001111110111011101101000 | 3f3f818b3f3f3f7768 |
EUC-JP | ë?°ë¡?wh | 100011111010101110110011001111111010000111101011100011111010101110110011100011111010001011000010001111110111011101101000 | 8fabb33fa1eb8fabb38fa2c23f7768 |
UTF-8 | ë °ë¡wh | 1100001110101011110000101010000011000010101100001100001110101011110000101010000111000010100110010111011101101000 | c3abc2a0c2b0c3abc2a1c2997768 |
UHC | ??°?¡?wh | 00111111001111111010000111000110001111111010001010101110001111110111011101101000 | 3f3fa1c63fa2ae3f7768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)