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 | 蒟懈イサ韜 | 1110010011100101100111001110011010110010101110111110100011101001 | e4e59ce6b2bbe8e9 |
EUC-JP | 蒟懈イサ韜 | 11101000111001111101100011101000100011101011001010001110101110111111000011101011 | e8e7d8e88eb28ebbf0eb |
UTF-8 | 蒟懈イサ韜 | 111010001001001010011111111001101000011110001000111011111011110110110010111011111011110110111011111010011001111110011100 | e8929fe68788efbdb2efbdbbe99f9c |
UHC | ?懈??韜 | 00111111111110101010101100111111001111111101010010110111 | 3ffaab3f3fd4b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)