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 | テヲテ楪杜 | 11000011101001101100001110011110110000101001001101101101 | c3a6c39ec2936d |
EUC-JP | テヲテ楪杜 | 10001110110000111000111010100110100011101100001111011100110001001100010111001110 | 8ec38ea68ec3dcc4c5ce |
UTF-8 | テヲテ楪杜 | 111011111011111010000011111011111011110110100110111011111011111010000011111001101010010110101010111001101001110110011100 | efbe83efbda6efbe83e6a5aae69d9c |
UHC | ????杜 | 001111110011111100111111001111111101010011100001 | 3f3f3f3fd4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)