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 | ??I}??I{^ | 001111110011111101001001011111010011111100111111010010010111101101011110 | 3f3f497d3f3f497b5e |
SJIS-WIN | ??I}??I{^ | 001111110011111101001001011111010011111100111111010010010111101101011110 | 3f3f497d3f3f497b5e |
EUC-JP | ??I}??I{^ | 001111110011111101001001011111010011111100111111010010010111101101011110 | 3f3f497d3f3f497b5e |
UTF-8 | 먩뢿I}먩뢿I{^ | 1110101110101000101010011110101110100010101111110100100101111101111010111010100010101001111010111010001010111111010010010111101101011110 | eba8a9eba2bf497deba8a9eba2bf497b5e |
UHC | 먩뢿I}먩뢿I{^ | 10010000111001101000111110000010010010010111110110010000111001101000111110000010010010010111101101011110 | 90e68f82497d90e68f82497b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)