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 | テ淌督セテ | 11000011100111111100001110010011110000101011111011000011 | c39fc393c2bec3 |
EUC-JP | テ淌督セテ | 10001110110000111101111011000101110001101100010010001110101111101000111011000011 | 8ec3dec5c6c48ebe8ec3 |
UTF-8 | テ淌督セテ | 111011111011111010000011111001101011011110001100111001111001110110100011111011111011110110111110111011111011111010000011 | efbe83e6b78ce79da3efbdbeefbe83 |
UHC | ??督?? | 001111110011111111010100101111010011111100111111 | 3f3fd4bd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)