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 | ???g\ | 0011111100111111001111110110011101011100 | 3f3f3f675c |
SJIS-WIN | 鐔常蒐g\ | 1110100001011100100011111110110110001111010011100110011101011100 | e85c8fed8f4e675c |
EUC-JP | 鐔常蒐g\ | 1110111110111101101111101110111110111101101011110110011101011100 | efbdbeefbdaf675c |
UTF-8 | 鐔常蒐g\ | 1110100110010000100101001110010110111000101110001110100010010010100100000110011101011100 | e99094e5b8b8e89290675c |
UHC | ?常蒐g\ | 00111111110111111100100011100010101111010110011101011100 | 3fdfc8e2bd675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)