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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 穩?=雅 | 11100010011100100011111110000001100000011000100111101011 | e2723f818189eb |
EUC-JP | 穩?=雅 | 11100011110100110011111110100001111000011011001011101101 | e3d33fa1e1b2ed |
UTF-8 | 穩롥=雅 | 111001111010100110101001111010111010000110100101111011111011110010011101111010011001101110000101 | e7a9a9eba1a5efbc9de99b85 |
UHC | 穩롥=雅 | 1110100010110001100011101110010110100011101111011110010010111010 | e8b18ee5a3bde4ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)