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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 腎??腎??^ | 100100000111010000111111001111111001000001110100001111110011111101011110 | 90743f3f90743f3f5e |
EUC-JP | 腎??腎??^ | 101111111101010100111111001111111011111111010101001111110011111101011110 | bfd53f3fbfd53f3f5e |
UTF-8 | 腎땹뢎腎땹뢎^ | 11101000100001011000111011101011100101011011100111101011101000101000111011101000100001011000111011101011100101011011100111101011101000101000111001011110 | e8858eeb95b9eba28ee8858eeb95b9eba28e5e |
UHC | 腎땹뢎腎땹뢎^ | 11100011111011001000101110001111100011110100100111100011111011001000101110001111100011110100100101011110 | e3ec8b8f8f49e3ec8b8f8f495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)