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 | ÓÒhÓÒh | 110100111101001001101000110100111101001001101000 | d3d268d3d268 |
SJIS-WIN | ??h??h | 001111110011111101101000001111110011111101101000 | 3f3f683f3f68 |
EUC-JP | ÓÒhÓÒh | 1000111110101010110100011000111110101010110100100110100010001111101010101101000110001111101010101101001001101000 | 8faad18faad2688faad18faad268 |
UTF-8 | ÓÒhÓÒh | 11000011100100111100001110010010011010001100001110010011110000111001001001101000 | c393c39268c393c39268 |
UHC | ??h??h | 001111110011111101101000001111110011111101101000 | 3f3f683f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)