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 | ????V | 0011111100111111001111110011111101010110 | 3f3f3f3f56 |
SJIS-WIN | 螳オ邉コV | 11100101101011101011010111100111101100111011101001010110 | e5aeb5e7b3ba56 |
EUC-JP | 螳オ邉コV | 111010101011000010001110101101011110111010110101100011101011101001010110 | eab08eb5eeb58eba56 |
UTF-8 | 螳オ邉コV | 11101000100111101011001111101111101111011011010111101001100000101000100111101111101111011011101001010110 | e89eb3efbdb5e98289efbdba56 |
UHC | 螳???V | 110100111101100100111111001111110011111101010110 | d3d93f3f3f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)