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 | ?n}?n{^ | 00111111011011100111110100111111011011100111101101011110 | 3f6e7d3f6e7b5e |
SJIS-WIN | 暑n}暑n{^ | 100011111000101101101110011111011000111110001011011011100111101101011110 | 8f8b6e7d8f8b6e7b5e |
EUC-JP | 暑n}暑n{^ | 101111011110101101101110011111011011110111101011011011100111101101011110 | bdeb6e7dbdeb6e7b5e |
UTF-8 | 暑n}暑n{^ | 1110011010011010100100010110111001111101111001101001101010010001011011100111101101011110 | e69a916e7de69a916e7b5e |
UHC | 暑n}暑n{^ | 110111111111010001101110011111011101111111110100011011100111101101011110 | dff46e7ddff46e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)