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 | 錚葛 | 11101000010000101000101010001011 | e8428a8b |
EUC-JP | 錚葛 | 11101111101000111011001111101011 | efa3b3eb |
UTF-8 | 錚葛 | 111010011000110010011010111010001001000110011011 | e98c9ae8919b |
UHC | 錚葛 | 11101110101101101100101011100111 | eeb6cae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)