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 | ìò¶Å | 11101100111100101011011011000101 | ecf2b6c5 |
SJIS-WIN | ??¶? | 0011111100111111100000011111011100111111 | 3f3f81f73f |
EUC-JP | ìò¶Å | 1000111110101011110000001000111110101011110100101010001011111001100011111010101010101001 | 8fabc08fabd2a2f98faaa9 |
UTF-8 | ìò¶Å | 1100001110101100110000111011001011000010101101101100001110000101 | c3acc3b2c2b6c385 |
UHC | ??¶? | 0011111100111111101000101101001000111111 | 3f3fa2d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)