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 | æ¨å® | 1110011010001101101010001110010110101110 | e68da8e5ae |
SJIS-WIN | ??¨?? | 001111110011111110000001010011100011111100111111 | 3f3f814e3f3f |
EUC-JP | æ?¨å® | 100011111010100111000001001111111010000110101111100011111010101110101001100011111010001011101110 | 8fa9c13fa1af8faba98fa2ee |
UTF-8 | æ¨å® | 11000011101001101100001010001101110000101010100011000011101001011100001010101110 | c3a6c28dc2a8c3a5c2ae |
UHC | æ?¨?® | 1010100110100001001111111010000110100111001111111010001011100111 | a9a13fa1a73fa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)