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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??擘與? | 00111111001111111001110110100100111001000110111100111111 | 3f3f9da4e46f3f |
EUC-JP | ??擘與? | 00111111001111111101101010100110111001111101000000111111 | 3f3fdaa6e7d03f |
UTF-8 | 룵ㄱ擘與▧ | 111010111010001110110101111000111000010010110001111001101001001110011000111010001000100010000111111000101001011010100111 | eba3b5e384b1e69398e88887e296a7 |
UHC | 룵ㄱ擘與▧ | 10001111101010101010010010100001110110111111101111100110101010001010001011001010 | 8faaa4a1dbfbe6a8a2ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)