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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ????枸^ | 00111111001111110011111100111111100111100110110101011110 | 3f3f3f3f9e6d5e |
EUC-JP | ????枸^ | 00111111001111110011111100111111110110111100111001011110 | 3f3f3f3fdbce5e |
UTF-8 | 렻렓렺씻枸^ | 11101011101000001011101111101011101000001001001111101011101000001011101011101100100101001011101111100110100111101011100001011110 | eba0bbeba093eba0baec94bbe69eb85e |
UHC | 렻렓렺씻枸^ | 1000111011000011100011101010100010001110110000101011111011000100110011111010111001011110 | 8ec38ea88ec2bec4cfae5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)