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 | 繹捨血Ω羃 | 11100011100010001000111011001100100011001000110010000011101101101110001110110000 | e3888ecc8c8c83b6e3b0 |
EUC-JP | 繹捨血Ω羃 | 11100101111010001011110011001110101101111110110010100110101110001110011010110010 | e5e8bcceb7eca6b8e6b2 |
UTF-8 | 繹捨血Ω羃 | 1110011110111001101110011110011010001101101010001110100010100001100000001100111010101001111001111011111010000011 | e7b9b9e68da8e8a180cea9e7be83 |
UHC | 繹捨血Ω? | 111001101011101011011110110101111111101011101100101001011101100000111111 | e6baded7faeca5d83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)