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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 贈?釐^ | 100100011010000100111111111001111101100001011110 | 91a13fe7d85e |
EUC-JP | 贈?釐^ | 110000101010001100111111111011101101101001011110 | c2a33feeda5e |
UTF-8 | 贈븍釐^ | 11101000101101001000100011101011101110001000110111101001100001111001000001011110 | e8b488ebb88de987905e |
UHC | 贈븍釐^ | 11110001111111001011101011101011110101111110110101011110 | f1fcbaebd7ed5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)