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 | ??????~ | 00111111001111110011111100111111001111110011111101111110 | 3f3f3f3f3f3f7e |
SJIS-WIN | ?但????~ | 0011111110010010010000010011111100111111001111110011111101111110 | 3f92413f3f3f3f7e |
EUC-JP | ?但????~ | 0011111111000011101000100011111100111111001111110011111101111110 | 3fc3a23f3f3f3f7e |
UTF-8 | 렺但렻렓렻렗~ | 11101011101000001011101011100100101111011000011011101011101000001011101111101011101000001001001111101011101000001011101111101011101000001001011101111110 | eba0bae4bd86eba0bbeba093eba0bbeba0977e |
UHC | 렺但렻렓렻렗~ | 10001110110000101101001110100011100011101100001110001110101010001000111011000011100011101010110001111110 | 8ec2d3a38ec38ea88ec38eac7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)