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 | ??H? | 00111111001111110100100000111111 | 3f3f483f |
SJIS-WIN | 釭鹿H | 11111011101111011000111010101101010010001111000010100100 | fbbd8ead48f0a4 |
EUC-JP | 釭鹿H? | 10001111111000111010111110111100101011110100100000111111 | 8fe3afbcaf483f |
UTF-8 | 釭鹿H | 11101001100001111010110111101001101110011011111101001000111011101000000110100011 | e987ade9b9bf48ee81a3 |
UHC | ?鹿H? | 0011111111010110111000110100100000111111 | 3fd6e3483f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)