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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?喜n | 0011111110001010111011001000001010001110 | 3f8aec828e |
EUC-JP | ?喜n | 0011111110110100111011101010001111101110 | 3fb4eea3ee |
UTF-8 | 뤓喜n | 111010111010010010010011111001011001011010011100111011111011110110001110 | eba493e5969cefbd8e |
UHC | 뤓喜n | 100011111100001111111101111011001010001111101110 | 8fc3fdeca3ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)