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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???彊 | 0011111100111111001111111000101110101110 | 3f3f3f8bae |
EUC-JP | ???彊 | 0011111100111111001111111011011010110000 | 3f3f3fb6b0 |
UTF-8 | 롐렜뤔彊 | 111010111010000110010000111010111010000010011100111010111010010010010100111001011011110110001010 | eba190eba09ceba494e5bd8a |
UHC | 롐렜뤔彊 | 1000111011010110100011101010111010001111110001001100101110101110 | 8ed68eae8fc4cbae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)