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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 陞ッ驥取肩\ | 11101000100111101010111111101001100001111000111011100110100011001010100001011100 | e89eafe9878ee68ca85c |
EUC-JP | 陞ッ驥取肩\ | 1110111111111110100011101010111111110001111001111011110011101000101110001010101001011100 | effe8eaff1e7bce8b8aa5c |
UTF-8 | 陞ッ驥取肩\ | 11101001100110011001111011101111101111011010111111101001101010011010010111100101100011111001011011101000100000101010100101011100 | e9999eefbdafe9a9a5e58f96e882a95c |
UHC | 陞?驥取肩\ | 11100011101100110011111111010001110010101111011010100010110011001011011101011100 | e3b33fd1caf6a2ccb75c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)