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 | ?證瓏 | 0011111111100110100110101110000011111010 | 3fe69ae0fa |
EUC-JP | ?證瓏 | 0011111111101011111110101110000011111100 | 3febfae0fc |
UTF-8 | 뤓證瓏 | 111010111010010010010011111010001010110110001001111001111001001110001111 | eba493e8ad89e7938f |
UHC | 뤓證瓏 | 100011111100001111110001111110111101011011101010 | 8fc3f1fbd6ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)