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 | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-WIN | 。イ}。イ{^ | 1111001111011000101000011011001001111101111100111101100010100001101100100111101101011110 | f3d8a1b27df3d8a1b27b5e |
EUC-JP | ?。イ}?。イ{^ | 00111111100011101010000110001110101100100111110100111111100011101010000110001110101100100111101101011110 | 3f8ea18eb27d3f8ea18eb27b5e |
UTF-8 | 。イ}。イ{^ | 111011101000101110001011111011111011110110100001111011111011110110110010011111011110111010001011100010111110111110111101101000011110111110111101101100100111101101011110 | ee8b8befbda1efbdb27dee8b8befbda1efbdb27b5e |
UHC | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)