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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 壹脛犢 | 100110101110001111100011111110001110000010110111 | 9ae3e3f8e0b7 |
EUC-JP | 壹脛犢 | 110101001110010111100110111110101110000010111001 | d4e5e6fae0b9 |
UTF-8 | 壹脛犢 | 111001011010001110111001111010001000010010011011111001111000101010100010 | e5a3b9e8849be78aa2 |
UHC | 壹脛犢 | 111011001110110011001100111010111101010010111011 | ececccebd4bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)