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 | 螳、轣シ遶コ | 111001011010111010100100111001111000000110111100111001111010101110111010 | e5aea4e781bce7abba |
EUC-JP | 螳、轣シ遶コ | 111010101011000010001110101001001110110111100001100011101011110011101110101011011000111010111010 | eab08ea4ede18ebceead8eba |
UTF-8 | 螳、轣シ遶コ | 111010001001111010110011111011111011110110100100111010001011110110100011111011111011110110111100111010011000000110110110111011111011110110111010 | e89eb3efbda4e8bda3efbdbce981b6efbdba |
UHC | 螳????? | 11010011110110010011111100111111001111110011111100111111 | d3d93f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)