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 | 豺e^ | 1110100010110001101110100110010101011110 | e8b1ba655e |
SJIS-WIN | ?±?e^ | 001111111000000101111101001111110110010101011110 | 3f817d3f655e |
EUC-JP | 豺e^ | 10001111101010111011001010100001110111101000111110100010111010110110010101011110 | 8fabb2a1de8fa2eb655e |
UTF-8 | 豺e^ | 1100001110101000110000101011000111000010101110100110010101011110 | c3a8c2b1c2ba655e |
UHC | ?±ºe^ | 00111111101000011011111010101000101011000110010101011110 | 3fa1bea8ac655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)