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í | 111011001011000110000100010100001110110110011000 | ecb18450ed98 |
SJIS-WIN | ?±?P?? | 00111111100000010111110100111111010100000011111100111111 | 3f817d3f503f3f |
EUC-JP | ì±?Pí? | 1000111110101011110000001010000111011110001111110101000010001111101010111011111100111111 | 8fabc0a1de3f508fabbf3f |
UTF-8 | ì±Pí | 1100001110101100110000101011000111000010100001000101000011000011101011011100001010011000 | c3acc2b1c28450c3adc298 |
UHC | ?±?P?? | 00111111101000011011111000111111010100000011111100111111 | 3fa1be3f503f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)