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 | ??????@ | 00111111001111110011111100111111001111110011111101000000 | 3f3f3f3f3f3f40 |
SJIS-WIN | 貉ソ迢守、セ@ | 11100110101110011011111111100111100010111000111011100111101001001011111001000000 | e6b9bfe78b8ee7a4be40 |
EUC-JP | 貉ソ迢守、セ@ | 11101100101110111000111010111111111011011110101110111100111010011000111010100100100011101011111001000000 | ecbb8ebfedebbce98ea48ebe40 |
UTF-8 | 貉ソ迢守、セ@ | 11101000101100101000100111101111101111011011111111101000101111111010001011100101101011101000100011101111101111011010010011101111101111011011111001000000 | e8b289efbdbfe8bfa2e5ae88efbda4efbdbe40 |
UHC | ???守??@ | 0011111100111111001111111110000111111010001111110011111101000000 | 3f3f3fe1fa3f3f40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)