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 | ë¡æ½® | 111010111010000110010100111001101011110110101110 | eba194e6bdae |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ë¡?æ?® | 1000111110101011101100111000111110100010110000100011111110001111101010011100000100111111100011111010001011101110 | 8fabb38fa2c23f8fa9c13f8fa2ee |
UTF-8 | ë¡æ½® | 110000111010101111000010101000011100001010010100110000111010011011000010101111011100001010101110 | c3abc2a1c294c3a6c2bdc2ae |
UHC | ?¡?æ½® | 00111111101000101010111000111111101010011010000110101000111101101010001011100111 | 3fa2ae3fa9a1a8f6a2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)