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 | ûP×ÉûP | 111110110101000011010111110010011111101101010000 | fb50d7c9fb50 |
SJIS-WIN | ?P×??P | 00111111010100001000000101111110001111110011111101010000 | 3f50817e3f3f50 |
EUC-JP | ûP×ÉûP | 10001111101010111110010101010000101000011101111110001111101010101011000110001111101010111110010101010000 | 8fabe550a1df8faab18fabe550 |
UTF-8 | ûP×ÉûP | 11000011101110110101000011000011100101111100001110001001110000111011101101010000 | c3bb50c397c389c3bb50 |
UHC | ?P×??P | 00111111010100001010000110111111001111110011111101010000 | 3f50a1bf3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)