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 | ?停 | 001111111001001011100010 | 3f92e2 |
EUC-JP | ?停 | 001111111100010011100100 | 3fc4e4 |
UTF-8 | 뤚停 | 111010111010010010011010111001011000000110011100 | eba49ae5819c |
UHC | 뤚停 | 10001111110010011110111111001110 | 8fc9efce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)