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 | 譏酉作翁遨ゥ | 1110011010011000100100111101000110001101111011001000100110100101111001111010100110101001 | e69893d18dec89a5e7a9a9 |
EUC-JP | 譏酉作翁遨ゥ | 111010111111100011000110110100111011101011101110101100101010011111101110101010111000111010101001 | ebf8c6d3baeeb2a7eeab8ea9 |
UTF-8 | 譏酉作翁遨ゥ | 111010001010110110001111111010011000010110001001111001001011110110011100111001111011111110000001111010011000000110101000111011111011110110101001 | e8ad8fe98589e4bd9ce7bf81e981a8efbda9 |
UHC | 譏酉作翁?? | 11010001110000011110101110110111111011011100001011101000101110100011111100111111 | d1c1ebb7edc2e8ba3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)