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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 遨ゥム作俺邵 | 11100111101010011010100111010001100011011110110010001001101101001110011110111000 | e7a9a9d18dec89b4e7b8 |
EUC-JP | 遨ゥム作俺邵 | 111011101010101110001110101010011000111011010001101110101110111010110010101101101110111010111010 | eeab8ea98ed1baeeb2b6eeba |
UTF-8 | 遨ゥム作俺邵 | 111010011000000110101000111011111011110110101001111011111011111010010001111001001011110110011100111001001011111110111010111010011000001010110101 | e981a8efbda9efbe91e4bd9ce4bfbae982b5 |
UHC | ???作俺邵 | 001111110011111100111111111011011100001011100101111011111110000111010000 | 3f3f3fedc2e5efe1d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)