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 | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
SJIS-WIN | 陦搾ヲコe^ | 1110100010100001100011011110111110100110101110100110010101011110 | e8a18defa6ba655e |
EUC-JP | 陦搾ヲコe^ | 11110000101000111011101011110001100011101010011010001110101110100110010101011110 | f0a3baf18ea68eba655e |
UTF-8 | 陦搾ヲコe^ | 1110100110011001101001101110011010010000101111101110111110111101101001101110111110111101101110100110010101011110 | e999a6e690beefbda6efbdba655e |
UHC | ?搾??e^ | 00111111111100111011011000111111001111110110010101011110 | 3ff3b63f3f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)