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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ⅹエ靃 | 1111101001001001101101001111101111101111 | fa49b4fbef |
EUC-JP | ?エ靃 | 001111111000111010110100100011111110011110101110 | 3f8eb48fe7ae |
UTF-8 | ⅹエ靃 | 111000101000010110111001111011111011110110110100111010011001110110000011 | e285b9efbdb4e99d83 |
UHC | ⅹ?? | 10100101101010100011111100111111 | a5aa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)