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 | ?????Q] | 00111111001111110011111100111111001111110101000101011101 | 3f3f3f3f3f515d |
SJIS-WIN | ??瑙??Q] | 0011111100111111111000001110110100111111001111110101000101011101 | 3f3fe0ed3f3f515d |
EUC-JP | ??瑙??Q] | 0011111100111111111000001110111100111111001111110101000101011101 | 3f3fe0ef3f3f515d |
UTF-8 | 렺씽瑙唜렮Q] | 1110101110100000101110101110110010010100101111011110011110010001100110011110010110010100100111001110101110100000101011100101000101011101 | eba0baec94bde79199e5949ceba0ae515d |
UHC | 렺씽瑙唜렮Q] | 100011101100001010111110110001011101001011000101110110001100010110001110101110110101000101011101 | 8ec2bec5d2c5d8c58ebb515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)