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 | èþ[èþ[^ | 11101000111111100101101111101000111111100101101101011110 | e8fe5be8fe5b5e |
SJIS-WIN | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
EUC-JP | èþ[èþ[^ | 100011111010101110110010100011111010100111010000010110111000111110101011101100101000111110101001110100000101101101011110 | 8fabb28fa9d05b8fabb28fa9d05b5e |
UTF-8 | èþ[èþ[^ | 1100001110101000110000111011111001011011110000111010100011000011101111100101101101011110 | c3a8c3be5bc3a8c3be5b5e |
UHC | ?þ[?þ[^ | 001111111010100110101101010110110011111110101001101011010101101101011110 | 3fa9ad5b3fa9ad5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)