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 | 逍セ鮖ソ雍 | 1110011110010110101111101110100110111001101111111110100010110100 | e796bee9b9bfe8b4 |
EUC-JP | 逍セ鮖ソ雍 | 11101101111101101000111010111110111100101011101110001110101111111111000010110110 | edf68ebef2bb8ebff0b6 |
UTF-8 | 逍セ鮖ソ雍 | 111010011000000010001101111011111011110110111110111010011010111010010110111011111011110110111111111010011001101110001101 | e9808defbdbee9ae96efbdbfe99b8d |
UHC | 逍???雍 | 11100001110011100011111100111111001111111110100010111100 | e1ce3f3f3fe8bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)