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 | Þö¬²] | 1101111011110110101011001011001001011101 | def6acb25d |
SJIS-WIN | ??¬?] | 001111110011111110000001110010100011111101011101 | 3f3f81ca3f5d |
EUC-JP | Þö¬?] | 10001111101010011011000010001111101010111101001110100010110011000011111101011101 | 8fa9b08fabd3a2cc3f5d |
UTF-8 | Þö¬²] | 110000111001111011000011101101101100001010101100110000101011001001011101 | c39ec3b6c2acc2b25d |
UHC | Þ??²] | 10101000101011010011111100111111101010011111011101011101 | a8ad3f3fa9f75d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)