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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 粮葛哀諛 | 1110001011101100100010101000101110001000101000111110011010000111 | e2ec8a8b88a3e687 |
EUC-JP | 粮葛哀諛 | 1110010011101110101100111110101110110000101001011110101111100111 | e4eeb3ebb0a5ebe7 |
UTF-8 | 粮葛哀諛 | 111001111011001010101110111010001001000110011011111001011001001110000000111010001010101110011011 | e7b2aee8919be59380e8ab9b |
UHC | 粮葛哀諛 | 1101010111011011110010101110011111100100111011101110101110110000 | d5dbcae7e4eeebb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)