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 | ??????w | 00111111001111110011111100111111001111110011111101110111 | 3f3f3f3f3f3f77 |
SJIS-WIN | 隹キ驕懈クャw | 11101000101100001011011111101001100000011001110011100110101110001010110001110111 | e8b0b7e9819ce6b8ac77 |
EUC-JP | 隹キ驕懈クャw | 11110000101100101000111010110111111100011110000111011000111010001000111010111000100011101010110001110111 | f0b28eb7f1e1d8e88eb88eac77 |
UTF-8 | 隹キ驕懈クャw | 11101001100110101011100111101111101111011011011111101001101010011001010111100110100001111000100011101111101111011011100011101111101111011010110001110111 | e99ab9efbdb7e9a995e68788efbdb8efbdac77 |
UHC | ??驕懈??w | 001111110011111111001110111101101111101010101011001111110011111101110111 | 3f3fcef6faab3f3f77 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)