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 | 隨倬エ」 | 111001111010110010011000111010011011010010100011 | e7ac98e9b4a3 |
EUC-JP | 隨倬エ」 | 1110111010101110110100001110101110001110101101001000111010100011 | eeaed0eb8eb48ea3 |
UTF-8 | 隨倬エ」 | 111010011001101010101000111001011000000010101100111011111011110110110100111011111011110110100011 | e99aa8e580acefbdb4efbda3 |
UHC | 隨倬?? | 111000101100101111110110111100000011111100111111 | e2cbf6f03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)