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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ユキ獸^ | 11010101111100011101100110110111111000001101011101011110 | d5f1d9b7e0d75e |
EUC-JP | ユ?キ獸^ | 1000111011010101001111111000111010110111111000001101100101011110 | 8ed53f8eb7e0d95e |
UTF-8 | ユキ獸^ | 11101111101111101001010111101110100001011001010011101111101111011011011111100111100011011011100001011110 | efbe95ee8594efbdb7e78db85e |
UHC | ???獸^ | 001111110011111100111111111000101010111001011110 | 3f3f3fe2ae5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)