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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 雫社雫社^ | 100011101011010010001110110100001000111010110100100011101101000001011110 | 8eb48ed08eb48ed05e |
EUC-JP | 雫社雫社^ | 101111001011011010111100110100101011110010110110101111001101001001011110 | bcb6bcd2bcb6bcd25e |
UTF-8 | 雫社雫社^ | 11101001100110111010101111100111101001001011111011101001100110111010101111100111101001001011111001011110 | e99babe7a4bee99babe7a4be5e |
UHC | ?社?社^ | 00111111110111101110010000111111110111101110010001011110 | 3fdee43fdee45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)