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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | メ靺ス蒿 | 1111000010111000110100101110100011011010101111011110010011100100 | f0b8d2e8dabde4e4 |
EUC-JP | ?メ靺ス蒿 | 001111111000111011010010111100001101110010001110101111011110100011100110 | 3f8ed2f0dc8ebde8e6 |
UTF-8 | メ靺ス蒿 | 111011101000000110110111111011111011111010010010111010011001110110111010111011111011110110111101111010001001001010111111 | ee81b7efbe92e99dbaefbdbde892bf |
UHC | ??靺?蒿 | 00111111001111111101100011001011001111111111101111011010 | 3f3fd8cb3ffbda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)