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 | 篥é | 1110011110101111101001011110100110000111 | e7afa5e987 |
SJIS-WIN | ??¥?? | 001111110011111110000001100011110011111100111111 | 3f3f818f3f3f |
EUC-JP | ç¯?é? | 1000111110101011101011101000111110100010101101000011111110001111101010111011000100111111 | 8fabae8fa2b43f8fabb13f |
UTF-8 | 篥é | 11000011101001111100001010101111110000101010010111000011101010011100001010000111 | c3a7c2afc2a5c3a9c287 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)