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 | ´äÙÕ | 10110100111001001101100111010101 | b4e4d9d5 |
SJIS-WIN | ´??? | 1000000101001100001111110011111100111111 | 814c3f3f3f |
EUC-JP | ´äÙÕ | 1010000110101101100011111010101110100011100011111010101011100011100011111010101011011000 | a1ad8faba38faae38faad8 |
UTF-8 | ´äÙÕ | 1100001010110100110000111010010011000011100110011100001110010101 | c2b4c3a4c399c395 |
UHC | ´??? | 1010001010100101001111110011111100111111 | a2a53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)