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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 繹ル?飮? | 1110001110001000100000111000101100111111100111110101101000111111 | e388838b3f9f5a3f |
EUC-JP | 繹ル?飮? | 1110010111101000101001011110101100111111110111011011101100111111 | e5e8a5eb3fddbb3f |
UTF-8 | 繹ル낑飮콮 | 111001111011100110111001111000111000001110101011111010111000001010010001111010011010001110101110111011001011110110101110 | e7b9b9e383abeb8291e9a3aeecbdae |
UHC | 繹ル낑飮콮 | 11100110101110101010101111101011101100111010100111101011111001101011001001000010 | e6baabebb3a9ebe6b242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)