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 | Ò?? | 110100100011111100111111 | d23f3f |
SJIS-WIN | ?蹣紂 | 0011111111100111010010011110001101000000 | 3fe749e340 |
EUC-JP | Ò蹣紂 | 10001111101010101101001011101101101010101110010110100001 | 8faad2edaae5a1 |
UTF-8 | Ò蹣紂 | 1100001110010010111010001011100110100011111001111011010010000010 | c392e8b9a3e7b482 |
UHC | ??紂 | 00111111001111111111000111000100 | 3f3ff1c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)