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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 貉ソ迢守濫B | 11100110101110011011111111100111100010111000111011100111100101111001010001000010 | e6b9bfe78b8ee7979442 |
EUC-JP | 貉ソ迢守濫B | 1110110010111011100011101011111111101101111010111011110011101001110011011111010001000010 | ecbb8ebfedebbce9cdf442 |
UTF-8 | 貉ソ迢守濫B | 11101000101100101000100111101111101111011011111111101000101111111010001011100101101011101000100011100110101111111010101101000010 | e8b289efbdbfe8bfa2e5ae88e6bfab42 |
UHC | ???守濫B | 0011111100111111001111111110000111111010110101011011110101000010 | 3f3f3fe1fad5bd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)