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 | ヘシ剰暿ッ | 11001101101111001000111111101000111110101101110110101111 | cdbc8fe8faddaf |
EUC-JP | ヘシ剰暿ッ | 1000111011001101100011101011110010111110111010101000111111000010110111101000111010101111 | 8ecd8ebcbeea8fc2de8eaf |
UTF-8 | ヘシ剰暿ッ | 111011111011111010001101111011111011110110111100111001011000100110110000111001101001101010111111111011111011110110101111 | efbe8defbdbce589b0e69abfefbdaf |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)