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 | û·½û·½^ | 11111011101101111011110111111011101101111011110101011110 | fbb7bdfbb7bd5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | û??û??^ | 1000111110101011111001010011111100111111100011111010101111100101001111110011111101011110 | 8fabe53f3f8fabe53f3f5e |
UTF-8 | û·½û·½^ | 11000011101110111100001010110111110000101011110111000011101110111100001010110111110000101011110101011110 | c3bbc2b7c2bdc3bbc2b7c2bd5e |
UHC | ?·½?·½^ | 0011111110100001101001001010100011110110001111111010000110100100101010001111011001011110 | 3fa1a4a8f63fa1a4a8f65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)