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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | モ」 | 110100111010001111110000110110111111001011100011 | d3a3f0dbf2e3 |
EUC-JP | モ」?? | 100011101101001110001110101000110011111100111111 | 8ed38ea33f3f |
UTF-8 | モ」 | 111011111011111010010011111011111011110110100011111011101000001010011010111011101000100010011010 | efbe93efbda3ee829aee889a |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)