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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?下 | 001111111000100110111010 | 3f89ba |
EUC-JP | ?下 | 001111111011001010111100 | 3fb2bc |
UTF-8 | 뤸下 | 111010111010010010111000111001001011100010001011 | eba4b8e4b88b |
UHC | 뤸下 | 10001111111001101111100110111011 | 8fe6f9bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)