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 | 痒箚貅 | 111000010111100111100010101100101110011010111010 | e179e2b2e6ba |
EUC-JP | 痒箚貅 | 111000011101101011100100101101001110110010111100 | e1dae4b4ecbc |
UTF-8 | 痒箚貅 | 111001111001011110010010111001111010111010011010111010001011001010000101 | e79792e7ae9ae8b285 |
UHC | 痒箚? | 1110010111001010111100111011000000111111 | e5caf3b03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)