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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 鬯」螳壼焔^ | 11101001101011001010001111100101101011101001101011100101100010011000101101011110 | e9aca3e5ae9ae5898b5e |
EUC-JP | 鬯」螳壼焔^ | 1111001010101110100011101010001111101010101100001101010011100111101100011110101101011110 | f2ae8ea3eab0d4e7b1eb5e |
UTF-8 | 鬯」螳壼焔^ | 11101001101011001010111111101111101111011010001111101000100111101011001111100101101000111011110011100111100001001001010001011110 | e9acafefbda3e89eb3e5a3bce784945e |
UHC | ??螳??^ | 00111111001111111101001111011001001111110011111101011110 | 3f3fd3d93f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)