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 | 粮葛哀裹 | 1110001011101100100010101000101110001000101000111110010111100101 | e2ec8a8b88a3e5e5 |
EUC-JP | 粮葛哀裹 | 1110010011101110101100111110101110110000101001011110101011100111 | e4eeb3ebb0a5eae7 |
UTF-8 | 粮葛哀裹 | 111001111011001010101110111010001001000110011011111001011001001110000000111010001010001110111001 | e7b2aee8919be59380e8a3b9 |
UHC | 粮葛哀? | 11010101110110111100101011100111111001001110111000111111 | d5dbcae7e4ee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)