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 | èL}èL{^ | 1110100001001100100000011000101001111101111010000100110010000001100010100111101101011110 | e84c818a7de84c818a7b5e |
SJIS-WIN | ?L??}?L??{^ | 0011111101001100001111110011111101111101001111110100110000111111001111110111101101011110 | 3f4c3f3f7d3f4c3f3f7b5e |
EUC-JP | èL??}èL??{^ | 100011111010101110110010010011000011111100111111011111011000111110101011101100100100110000111111001111110111101101011110 | 8fabb24c3f3f7d8fabb24c3f3f7b5e |
UTF-8 | èL}èL{^ | 1100001110101000010011001100001010000001110000101000101001111101110000111010100001001100110000101000000111000010100010100111101101011110 | c3a84cc281c28a7dc3a84cc281c28a7b5e |
UHC | ?L??}?L??{^ | 0011111101001100001111110011111101111101001111110100110000111111001111110111101101011110 | 3f4c3f3f7d3f4c3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)