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 | ヒハン | 110010111100101011011101 | cbcadd |
EUC-JP | ヒハン | 100011101100101110001110110010101000111011011101 | 8ecb8eca8edd |
UTF-8 | ヒハン | 111011111011111010001011111011111011111010001010111011111011111010011101 | efbe8befbe8aefbe9d |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)