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 | ´íÎÕ | 10110100111011011100111011010101 | b4edced5 |
SJIS-WIN | ´??? | 1000000101001100001111110011111100111111 | 814c3f3f3f |
EUC-JP | ´íÎÕ | 1010000110101101100011111010101110111111100011111010101011000010100011111010101011011000 | a1ad8fabbf8faac28faad8 |
UTF-8 | ´íÎÕ | 1100001010110100110000111010110111000011100011101100001110010101 | c2b4c3adc38ec395 |
UHC | ´??? | 1010001010100101001111110011111100111111 | a2a53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)