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 | 螳、轣シ轣シ | 111001011010111010100100111001111000000110111100111001111000000110111100 | e5aea4e781bce781bc |
EUC-JP | 螳、轣シ轣シ | 111010101011000010001110101001001110110111100001100011101011110011101101111000011000111010111100 | eab08ea4ede18ebcede18ebc |
UTF-8 | 螳、轣シ轣シ | 111010001001111010110011111011111011110110100100111010001011110110100011111011111011110110111100111010001011110110100011111011111011110110111100 | e89eb3efbda4e8bda3efbdbce8bda3efbdbc |
UHC | 螳????? | 11010011110110010011111100111111001111110011111100111111 | d3d93f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)