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 | ±ÌÁ½ôLF | 1011000111001100110000011010110110111101111101000100110001000110 | b1ccc1adbdf44c46 |
SJIS-WIN | ±?????LF | 100000010111110100111111001111110011111100111111001111110100110001000110 | 817d3f3f3f3f3f4c46 |
EUC-JP | ±ÌÁ??ôLF | 101000011101111010001111101010101100000010001111101010101010000100111111001111111000111110101011110101000100110001000110 | a1de8faac08faaa13f3f8fabd44c46 |
UTF-8 | ±ÌÁ½ôLF | 1100001010110001110000111000110011000011100000011100001010101101110000101011110111000011101101000100110001000110 | c2b1c38cc381c2adc2bdc3b44c46 |
UHC | ±??½?LF | 1010000110111110001111110011111110100001101010011010100011110110001111110100110001000110 | a1be3f3fa1a9a8f63f4c46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)