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 | å?? | 111001010011111100111111 | e53f3f |
SJIS-WIN | ?‡蹕 | 0011111110000001111101101110011101001010 | 3f81f6e74a |
EUC-JP | å‡蹕 | 10001111101010111010100110100010111110001110110110101011 | 8faba9a2f8edab |
UTF-8 | å‡蹕 | 1100001110100101111000101000000010100001111010001011100110010101 | c3a5e280a1e8b995 |
UHC | ?‡? | 00111111101000101101010000111111 | 3fa2d43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)