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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?儉}?儉{^ | 001111111001100101001100011111010011111110011001010011000111101101011110 | 3f994c7d3f994c7b5e |
EUC-JP | ?儉}?儉{^ | 001111111101000110101101011111010011111111010001101011010111101101011110 | 3fd1ad7d3fd1ad7b5e |
UTF-8 | 뤳儉}뤳儉{^ | 111010111010010010110011111001011000010010001001011111011110101110100100101100111110010110000100100010010111101101011110 | eba4b3e584897deba4b3e584897b5e |
UHC | 뤳儉}뤳儉{^ | 1000111111100001110010111111101101111101100011111110000111001011111110110111101101011110 | 8fe1cbfb7d8fe1cbfb7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)