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 | 粫捨血Ω羃 | 11100010111001101000111011001100100011001000110010000011101101101110001110110000 | e2e68ecc8c8c83b6e3b0 |
EUC-JP | 粫捨血Ω羃 | 11100100111010001011110011001110101101111110110010100110101110001110011010110010 | e4e8bcceb7eca6b8e6b2 |
UTF-8 | 粫捨血Ω羃 | 1110011110110010101010111110011010001101101010001110100010100001100000001100111010101001111001111011111010000011 | e7b2abe68da8e8a180cea9e7be83 |
UHC | ?捨血Ω? | 0011111111011110110101111111101011101100101001011101100000111111 | 3fded7faeca5d83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)