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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 貉ソ迢守濫\ | 11100110101110011011111111100111100010111000111011100111100101111001010001011100 | e6b9bfe78b8ee797945c |
EUC-JP | 貉ソ迢守濫\ | 1110110010111011100011101011111111101101111010111011110011101001110011011111010001011100 | ecbb8ebfedebbce9cdf45c |
UTF-8 | 貉ソ迢守濫\ | 11101000101100101000100111101111101111011011111111101000101111111010001011100101101011101000100011100110101111111010101101011100 | e8b289efbdbfe8bfa2e5ae88e6bfab5c |
UHC | ???守濫\ | 0011111100111111001111111110000111111010110101011011110101011100 | 3f3f3fe1fad5bd5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)