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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | セャ紗セャ社B | 101111101010110010001110110100011011111010101100100011101101000001000010 | beac8ed1beac8ed042 |
EUC-JP | セャ紗セャ社B | 10001110101111101000111010101100101111001101001110001110101111101000111010101100101111001101001001000010 | 8ebe8eacbcd38ebe8eacbcd242 |
UTF-8 | セャ紗セャ社B | 11101111101111011011111011101111101111011010110011100111101101001001011111101111101111011011111011101111101111011010110011100111101001001011111001000010 | efbdbeefbdace7b497efbdbeefbdace7a4be42 |
UHC | ??紗??社B | 001111110011111111011110111010010011111100111111110111101110010001000010 | 3f3fdee93f3fdee442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)