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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 顫大廠貉揖 | 11101000111110101001000111100101100011111011000111100110101110011001011101001011 | e8fa91e58fb1e6b9974b |
EUC-JP | 顫大廠貉揖 | 11110000111111001100001011100111101111101011001111101100101110111100110110101100 | f0fcc2e7beb3ecbbcdac |
UTF-8 | 顫大廠貉揖 | 111010011010000110101011111001011010010010100111111001011011101110100000111010001011001010001001111001101000111110010110 | e9a1abe5a4a7e5bba0e8b289e68f96 |
UHC | 顫大廠?揖 | 111011111011010111010011110111101111001111011111001111111110101111100111 | efb5d3def3df3febe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)