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 | ì±Píí | 111011001011000110000100010100001110110110011000100110001110110110011000 | ecb18450ed9898ed98 |
SJIS-WIN | ?±?P????? | 00111111100000010111110100111111010100000011111100111111001111110011111100111111 | 3f817d3f503f3f3f3f3f |
EUC-JP | ì±?Pí??í? | 10001111101010111100000010100001110111100011111101010000100011111010101110111111001111110011111110001111101010111011111100111111 | 8fabc0a1de3f508fabbf3f3f8fabbf3f |
UTF-8 | ì±Píí | 1100001110101100110000101011000111000010100001000101000011000011101011011100001010011000110000101001100011000011101011011100001010011000 | c3acc2b1c28450c3adc298c298c3adc298 |
UHC | ?±?P????? | 00111111101000011011111000111111010100000011111100111111001111110011111100111111 | 3fa1be3f503f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)