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 | 矣?氾^ | 111000011110000100111111100101001100001101011110 | e1e13f94c35e |
EUC-JP | 矣?氾^ | 111000101110001100111111110010001100010101011110 | e2e33fc8c55e |
UTF-8 | 矣흖氾^ | 11100111100111111010001111101101100111011001011011100110101100001011111001011110 | e79fa3ed9d96e6b0be5e |
UHC | 矣흖氾^ | 11101011111110001100100011101000110110111111000001011110 | ebf8c8e8dbf05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)