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 | 霑ッ螳ソ霑ッ | 111010001011111110101111111001011010111010111111111010001011111110101111 | e8bfafe5aebfe8bfaf |
EUC-JP | 霑ッ螳ソ霑ッ | 111100001100000110001110101011111110101010110000100011101011111111110000110000011000111010101111 | f0c18eafeab08ebff0c18eaf |
UTF-8 | 霑ッ螳ソ霑ッ | 111010011001110010010001111011111011110110101111111010001001111010110011111011111011110110111111111010011001110010010001111011111011110110101111 | e99c91efbdafe89eb3efbdbfe99c91efbdaf |
UHC | 霑?螳?霑? | 111011111100010100111111110100111101100100111111111011111100010100111111 | efc53fd3d93fefc53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)